Removed debug info

This commit is contained in:
Robert Osfield
2005-05-08 19:21:43 +00:00
parent cf6e081b93
commit a6e8378a72
3 changed files with 2 additions and 4 deletions

View File

@@ -486,7 +486,7 @@ bool DriveManipulator::calcMovement()
if (dt<0.0f)
{
notify(WARN) << "warning dt = "<<dt<< std::endl;
notify(INFO) << "warning dt = "<<dt<< std::endl;
dt = 0.0f;
}

View File

@@ -224,7 +224,7 @@ bool FlightManipulator::calcMovement()
if (dt<0.0f)
{
notify(WARN) << "warning dt = "<<dt<< std::endl;
notify(INFO) << "warning dt = "<<dt<< std::endl;
dt = 0.0f;
}

View File

@@ -647,8 +647,6 @@ void SceneView::releaseAllGLObjects()
void SceneView::flushAllDeletedGLObjects()
{
osg::notify(osg::NOTICE)<<"SceneView::flushAllDeletedGLObjects()"<<std::endl;
_requiresFlush = false;
double availableTime = 100.0f;