diff --git a/slsDetectorSoftware/src/slsDetector.cpp b/slsDetectorSoftware/src/slsDetector.cpp index d84afbfc4..cc8e8dab2 100644 --- a/slsDetectorSoftware/src/slsDetector.cpp +++ b/slsDetectorSoftware/src/slsDetector.cpp @@ -1663,7 +1663,6 @@ int slsDetector::configureMAC() { if (detector_shm()->detectorIP != detector_ip) { detector_shm()->detectorIP = detector_ip; FILE_LOG(logINFO) << detId << ": Detector IP updated to " << getDetectorIP(); - std::cout << "ip: " << detector_ip << "\n"; } } if (ret == FORCE_UPDATE) {