removed debugging printout

This commit is contained in:
Jakob Meier 2022-05-26 02:06:05 +02:00
parent 36652e6fce
commit ab68817e9a
1 changed files with 0 additions and 3 deletions

View File

@ -1485,9 +1485,6 @@ ReturnValue_t DeviceHandlerBase::initializeAfterTaskCreation() {
LocalPoolDataSetBase* DeviceHandlerBase::getDataSetHandle(sid_t sid) {
auto iter = deviceReplyMap.find(sid.ownerSetId);
if (sid.objectId == 0x44140014) {
sif::debug << "HK message for IMTQ" << std::endl;
}
if (iter != deviceReplyMap.end()) {
return iter->second.dataSet;
} else {