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") {