ignoe replies when not in nml mode
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

disable traces
This commit is contained in:
2023-02-20 19:54:04 +01:00
parent c98b3f6aa4
commit 7af4a777ae
2 changed files with 8 additions and 4 deletions

View File

@ -134,7 +134,7 @@ void ImtqPollingTask::handleMeasureStep() {
if (i2cCmdExecMeasure(imtq::CC::GET_CAL_MTM_MEASUREMENT) != returnvalue::OK) {
return;
}
sif::debug << "measure done" << std::endl;
// sif::debug << "measure done" << std::endl;
return;
}
@ -173,7 +173,7 @@ void ImtqPollingTask::handleActuateStep() {
if (i2cCmdExecActuate(imtq::CC::GET_ENG_HK_DATA) != returnvalue::OK) {
return;
}
sif::debug << "measure with torque done" << std::endl;
// sif::debug << "measure with torque done" << std::endl;
return;
}