Removed debug output.

This commit is contained in:
hiker 2014-10-14 09:01:13 +11:00
parent 665f146923
commit d753fab7db

View File

@ -1079,7 +1079,6 @@ void Kart::eliminate()
*/ */
void Kart::update(float dt) void Kart::update(float dt)
{ {
Log::verbose("sfx", "%s crash state %d", getIdent().c_str(), m_crash_sound->getStatus());
if ( UserConfigParams::m_graphical_effects ) if ( UserConfigParams::m_graphical_effects )
{ {
// update star effect (call will do nothing if stars are not activated) // update star effect (call will do nothing if stars are not activated)