Removed debug messages

This commit is contained in:
Robert Osfield
2013-08-22 12:37:49 +00:00
parent 79c9aa7d02
commit 11685a3e0c
2 changed files with 2 additions and 4 deletions

View File

@@ -247,7 +247,5 @@ osgDB::ReaderWriter::ReadResult ReaderWriterPaths::read_rotation_path(std::istre
}
}
OSG_NOTICE<<"finished"<<std::endl;
return animation.get();
}

View File

@@ -339,7 +339,7 @@ struct CallbackOperator : public ObjectOperator
}
else if (nc)
{
OSG_NOTICE<<"Need to pause callback : "<<nc->className()<<std::endl;
OSG_INFO<<"Need to pause callback : "<<nc->className()<<std::endl;
}
}
@@ -371,7 +371,7 @@ struct CallbackOperator : public ObjectOperator
}
else
{
OSG_NOTICE<<"Need to reset callback : "<<nc->className()<<std::endl;
OSG_INFO<<"Need to reset callback : "<<nc->className()<<std::endl;
}
}