diff options
Diffstat (limited to 'src/content_sao.cpp')
-rw-r--r-- | src/content_sao.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp index 61a2df255..f22637185 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -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; } } |