mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 09:00:41 +02:00
unnecessary printout
This commit is contained in:
parent
df01ca7e4b
commit
5d75d8371b
@ -499,7 +499,9 @@ bool qDrawPlot::StartOrStopThread(bool start){
|
||||
// This is manually done instead of keeping track of thread because
|
||||
// this thread returns immediately after executing the acquire command
|
||||
gui_acquisition_thread_running=1;
|
||||
cout << "Started acquiring threaddd:" << endl;
|
||||
#ifdef VERYVERBOSE
|
||||
cout << "Started acquiring thread" << endl;
|
||||
#endif
|
||||
}
|
||||
pthread_mutex_unlock(&gui_acquisition_start_stop_mutex);
|
||||
return gui_acquisition_thread_running;
|
||||
|
Loading…
x
Reference in New Issue
Block a user