Cleaned up debug message.

This commit is contained in:
Robert Osfield 2014-01-23 10:11:15 +00:00
parent fd85542d8f
commit 8876394c7c

View File

@ -310,7 +310,6 @@ void ObjectWrapper::writeSchema( StringList& properties, TypeList& types )
void ObjectWrapper::addMethodObject(const std::string& methodName, MethodObject* mo)
{
OSG_NOTICE<<"Inserting MethodObject "<<methodName<<std::endl;
_methodObjectMap.insert(MethodObjectMap::value_type(methodName, mo));
}