remove reboot for checks

This commit is contained in:
maliakal_d 2021-11-11 09:24:48 +01:00
parent a099637b7e
commit 9d21062f5a

View File

@ -2159,7 +2159,7 @@ void Detector::updateDetectorServer(const std::string &fname, Positions pos) {
std::string filename = sls::getFileNameFromFilePath(fname); std::string filename = sls::getFileNameFromFilePath(fname);
pimpl->Parallel(&Module::updateDetectorServer, pos, buffer, filename); pimpl->Parallel(&Module::updateDetectorServer, pos, buffer, filename);
if (getDetectorType().squash() != defs::EIGER) { if (getDetectorType().squash() != defs::EIGER) {
rebootController(pos); ; // rebootController(pos);
} }
} }