diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-10-17 11:45:06 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-10-17 11:45:06 +0300 |
commit | 3daaff3a42df987934bc4a53b17a7d264465b204 (patch) | |
tree | 13d400f5ecb1e6f2fc0c477dad8c502081d97459 /src | |
parent | d39f98aeb0b33cbc9549a5ab1db85470fbd835ba (diff) | |
download | minetest-3daaff3a42df987934bc4a53b17a7d264465b204.tar.gz minetest-3daaff3a42df987934bc4a53b17a7d264465b204.tar.bz2 minetest-3daaff3a42df987934bc4a53b17a7d264465b204.zip |
Remove very floody log message of MobV2SAO
Diffstat (limited to 'src')
-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; } } |