cleaned up logs

This commit is contained in:
2026-05-29 15:20:53 +02:00
parent aa7edc3966
commit 6d27021d3e
7 changed files with 2 additions and 27 deletions
-5
View File
@@ -193,8 +193,6 @@ void DetectorImpl::setHostname(const std::vector<std::string> &name) {
}
ctb_shm.createSharedMemory();
}
LOG(logDEBUG) << "created shared memory";
}
void DetectorImpl::addModule(const std::string &name) {
@@ -206,9 +204,6 @@ void DetectorImpl::addModule(const std::string &name) {
// get type by connecting
detectorType type = Module::getTypeFromDetector(hostname, port);
LOG(logDEBUG) << "Detector type of module " << name << " is "
<< std::to_string(type);
// gotthard2 cannot have more than 2 modules (50um=1, 25um=2
if (type == GOTTHARD2 && modules.size() > 2) {
throw RuntimeError("GotthardII cannot have more than 2 modules. Please "