removed debug message from object manager again

This commit is contained in:
Jakob Meier 2024-03-27 12:12:36 +01:00
parent 383995939c
commit 41cdf3c1e8
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ void ObjectManager::initialize() {
it.first, result);
#endif
errorCount++;
} else {
sif::printDebug("ObjectManager::initialize: Initialized object with ID 0x%x\n", it.first);
}
}
if (errorCount > 0) {