Cleaned up debug message.
This commit is contained in:
parent
fd85542d8f
commit
8876394c7c
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user