removed debug message from object manager again
This commit is contained in:
parent
383995939c
commit
41cdf3c1e8
@ -122,8 +122,6 @@ void ObjectManager::initialize() {
|
|||||||
it.first, result);
|
it.first, result);
|
||||||
#endif
|
#endif
|
||||||
errorCount++;
|
errorCount++;
|
||||||
} else {
|
|
||||||
sif::printDebug("ObjectManager::initialize: Initialized object with ID 0x%x\n", it.first);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (errorCount > 0) {
|
if (errorCount > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user