Missing Initialization of FDIR in FreshDeviceHandlerBase #33

Merged
muellerr merged 8 commits from meier/debug into develop 2024-03-29 12:50:44 +01:00
Showing only changes of commit 41cdf3c1e8 - Show all commits

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) {