diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 641520b18..aeb5cba3f 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -2217,7 +2217,6 @@ dacs_t slsDetector::setDAC(dacs_t val, dacIndex index, int mV, int imod){ char mess[100]; int arg[3]; - if ( (thisDetector->myDetectorType != GOTTHARD) && (thisDetector->myDetectorType != PROPIX) && index==HV_POT) index=HV_NEW;