projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e858ada
)
icecrusher.cpp: Remove debug message.
author
Florian Forster
<supertux@octo.it>
Tue, 11 Jan 2011 09:55:35 +0000
(09:55 +0000)
committer
Florian Forster
<supertux@octo.it>
Tue, 11 Jan 2011 09:55:35 +0000
(09:55 +0000)
SVN-Revision: 6662
src/object/icecrusher.cpp
patch
|
blob
|
history
diff --git
a/src/object/icecrusher.cpp
b/src/object/icecrusher.cpp
index
7d4b6ca
..
f94c514
100644
(file)
--- a/
src/object/icecrusher.cpp
+++ b/
src/object/icecrusher.cpp
@@
-46,7
+46,6
@@
IceCrusher::IceCrusher(const Reader& reader) :
set_state(state, true);
float sprite_width = sprite->get_width ();
- log_debug << "My width is " << sprite_width;
if (sprite_width >= 128.0)
ic_size = LARGE;
}