removed missed cout

This commit is contained in:
Erik Frojdh
2019-04-01 13:15:38 +02:00
parent 959d9aa5d1
commit 73ad238028

View File

@ -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) {