From: Florian Forster Date: Tue, 11 Jan 2011 09:55:35 +0000 (+0000) Subject: icecrusher.cpp: Remove debug message. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=699de65192dfaffbc42e67611aad30f71cef9faf;p=supertux.git icecrusher.cpp: Remove debug message. SVN-Revision: 6662 --- diff --git a/src/object/icecrusher.cpp b/src/object/icecrusher.cpp index 7d4b6cab8..f94c51448 100644 --- 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; }