comment out debug printout
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
d0e18f8b35
commit
92f95b2b97
@ -47,10 +47,10 @@ ReturnValue_t HeaterHandler::performOperation(uint8_t operationCode) {
|
|||||||
for (const auto& heater : helper.heaters) {
|
for (const auto& heater : helper.heaters) {
|
||||||
heater.first->performOperation(0);
|
heater.first->performOperation(0);
|
||||||
}
|
}
|
||||||
for (const auto& heater : heaterVec) {
|
// for (const auto& heater : heaterVec) {
|
||||||
sif::info << heater.switchState << ",";
|
// sif::info << heater.switchState << ",";
|
||||||
}
|
// }
|
||||||
sif::info << std::endl;
|
// sif::info << std::endl;
|
||||||
} catch (const std::out_of_range& e) {
|
} catch (const std::out_of_range& e) {
|
||||||
sif::warning << "HeaterHandler::performOperation: "
|
sif::warning << "HeaterHandler::performOperation: "
|
||||||
"Out of range error | "
|
"Out of range error | "
|
||||||
|
Loading…
Reference in New Issue
Block a user