comment out debug printout
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Robin Müller 2022-05-04 13:25:42 +02:00
parent d0e18f8b35
commit 92f95b2b97
1 changed files with 4 additions and 4 deletions

View File

@ -47,10 +47,10 @@ ReturnValue_t HeaterHandler::performOperation(uint8_t operationCode) {
for (const auto& heater : helper.heaters) {
heater.first->performOperation(0);
}
for (const auto& heater : heaterVec) {
sif::info << heater.switchState << ",";
}
sif::info << std::endl;
// for (const auto& heater : heaterVec) {
// sif::info << heater.switchState << ",";
// }
// sif::info << std::endl;
} catch (const std::out_of_range& e) {
sif::warning << "HeaterHandler::performOperation: "
"Out of range error | "