Browse Source

Remove debug print.

Lasse Öörni 9 years ago
parent
commit
a10aba4cfa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/Urho3D/Navigation/CrowdManager.cpp

+ 0 - 1
Source/Urho3D/Navigation/CrowdManager.cpp

@@ -128,7 +128,6 @@ void CrowdManager::DrawDebugGeometry(DebugRenderer* debug, bool depthTest)
             // Draw move target if any
             // Draw move target if any
             if (crowdAgent->GetTargetState() == CA_TARGET_NONE || crowdAgent->GetTargetState() == CA_TARGET_VELOCITY)
             if (crowdAgent->GetTargetState() == CA_TARGET_NONE || crowdAgent->GetTargetState() == CA_TARGET_VELOCITY)
                 continue;
                 continue;
-            URHO3D_LOGINFO("Agent state: " + String((int)crowdAgent->GetTargetState()));
 
 
             Color color(0.6f, 0.2f, 0.2f, 1.0f);
             Color color(0.6f, 0.2f, 0.2f, 1.0f);