this should do the job
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-09-30 13:30:22 +02:00
parent d10ff4efa6
commit dcd0a650f0
6 changed files with 41 additions and 79 deletions

View File

@ -121,14 +121,6 @@ ReturnValue_t SusAssembly::checkChildrenStateOn(Mode_t wantedMode, Submode_t wan
}
ReturnValue_t SusAssembly::initialize() {
ReturnValue_t result = returnvalue::OK;
// TODO: Fix this
// for (const auto& id : helper.susIds) {
// result = registerChild(id);
// if (result != returnvalue::OK) {
// return result;
// }
// }
return AssemblyBase::initialize();
}