removed exit for empty pst
This commit is contained in:
parent
98e505c9ab
commit
c4486e79ec
@ -91,7 +91,6 @@ uint32_t FixedSlotSequence::getLengthMs() const {
|
||||
ReturnValue_t FixedSlotSequence::checkSequence() const {
|
||||
if(slotList.empty()) {
|
||||
error << "Fixed Slot Sequence: Slot list is empty!" << std::endl;
|
||||
std::exit(0);
|
||||
}
|
||||
auto slotIt = slotList.begin();
|
||||
uint32_t count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user