mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
removing receiver print config from gui
This commit is contained in:
@ -191,12 +191,13 @@ void qTabAdvanced::SetupWidgetWindow(){
|
||||
cout << "Getting ROI" << endl;
|
||||
if (myDet->getDetectorsType() == slsDetectorDefs::GOTTHARD)
|
||||
updateROIList();
|
||||
|
||||
#ifdef VERYVERBOSE
|
||||
// print receiver configurations
|
||||
if(myDet->getDetectorsType() != slsDetectorDefs::MYTHEN){
|
||||
cout << endl;
|
||||
myDet->printReceiverConfiguration();
|
||||
}
|
||||
#endif
|
||||
|
||||
Initialization();
|
||||
|
||||
|
Reference in New Issue
Block a user