removed c omment for now

This commit is contained in:
Robin Müller 2020-05-05 18:53:25 +02:00
parent bc17b5a907
commit 160a09790e
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@ uint32_t FixedSlotSequence::getLengthMs() const {
ReturnValue_t FixedSlotSequence::checkSequence() const {
if(slotList.empty()) {
sif::error << "Fixed Slot Sequence: Slot list is empty!" << std::endl;
// does check sequence have to be const?
// if I want to check a class, I need the ability to set
// internal class states.
//isEmpty = true;
std::exit(0);
}
// Iterate through slotList and check successful creation.