From a3354b856dbfeb0a378018ac96bc90f5e2c15bb3 Mon Sep 17 00:00:00 2001 From: viktorljung Date: Fri, 23 Oct 2015 14:49:45 +0200 Subject: [PATCH] removed error message --- src/game/Game/BallSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/Game/BallSystem.cpp b/src/game/Game/BallSystem.cpp index 8ea30fe..25d7272 100644 --- a/src/game/Game/BallSystem.cpp +++ b/src/game/Game/BallSystem.cpp @@ -546,7 +546,6 @@ bool dd::Systems::BallSystem::OnArrivedToNewStage(const dd::Events::ArrivedAtNew bool dd::Systems::BallSystem::OnAnimationComplete(const dd::Events::AnimationComplete &event) { - LOG_INFO("ANIMATION DONE"); auto model = m_World->GetComponent(event.Entity); if (model) { if (model->ModelFile == "Models/Sid/Sid_Jump.dae") {