projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39f98a
)
Remove very floody log message of MobV2SAO
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 17 Oct 2011 08:45:06 +0000
(11:45 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 17 Oct 2011 08:45:06 +0000
(11:45 +0300)
src/content_sao.cpp
patch
|
blob
|
history
diff --git
a/src/content_sao.cpp
b/src/content_sao.cpp
index 61a2df25502f6e8ecd7ffd3484be18bd820b9847..f226371852c5ff22c2250e1fce75663487b06b68 100644
(file)
--- 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;
}
}