This commit is contained in:
2021-06-25 17:13:40 +02:00
parent 1b525abfa1
commit 8b22b5dbe7
3 changed files with 1 additions and 3 deletions

View File

@@ -777,7 +777,6 @@ void Module::setNextFrameNumber(uint64_t value) {
}
void Module::sendSoftwareTrigger(const bool block) {
LOG(logINFO) << "block:" << block;
sendToDetectorStop(F_SOFTWARE_TRIGGER, static_cast<int>(block), nullptr);
}