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

@ -168,14 +168,6 @@ bool RwAssembly::isUseable(object_id_t object, Mode_t mode) {
}
ReturnValue_t RwAssembly::initialize() {
ReturnValue_t result = returnvalue::OK;
// TODO: Fix this
// for (const auto& obj : helper.rwIds) {
// result = registerChild(obj);
// if (result != returnvalue::OK) {
// return result;
// }
// }
return SubsystemBase::initialize();
}