Removed debug messages
This commit is contained in:
@@ -247,7 +247,5 @@ osgDB::ReaderWriter::ReadResult ReaderWriterPaths::read_rotation_path(std::istre
|
||||
}
|
||||
|
||||
}
|
||||
OSG_NOTICE<<"finished"<<std::endl;
|
||||
|
||||
return animation.get();
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user