Remove very floody log message of MobV2SAO
authorPerttu Ahola <celeron55@gmail.com>
Mon, 17 Oct 2011 08:45:06 +0000 (11:45 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 17 Oct 2011 08:45:06 +0000 (11:45 +0300)
src/content_sao.cpp

index 61a2df25502f6e8ecd7ffd3484be18bd820b9847..f226371852c5ff22c2250e1fce75663487b06b68 100644 (file)
@@ -1264,8 +1264,6 @@ void MobV2SAO::step(float dtime, bool send_recommended)
                        m_base_position = pos_f;
 
                        if((pos_f - next_pos_f).getLength() < 0.1 || arrived){
-                               verbosestream<<"Mob id="<<m_id<<": arrived to "
-                                               <<PP(m_next_pos_i)<<std::endl;
                                m_next_pos_exists = false;
                        }
                }