mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
removed missed cout
This commit is contained in:
@ -1663,7 +1663,6 @@ int slsDetector::configureMAC() {
|
|||||||
if (detector_shm()->detectorIP != detector_ip) {
|
if (detector_shm()->detectorIP != detector_ip) {
|
||||||
detector_shm()->detectorIP = detector_ip;
|
detector_shm()->detectorIP = detector_ip;
|
||||||
FILE_LOG(logINFO) << detId << ": Detector IP updated to " << getDetectorIP();
|
FILE_LOG(logINFO) << detId << ": Detector IP updated to " << getDetectorIP();
|
||||||
std::cout << "ip: " << detector_ip << "\n";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ret == FORCE_UPDATE) {
|
if (ret == FORCE_UPDATE) {
|
||||||
|
Reference in New Issue
Block a user