From 5d75d8371b0782ed17f4ca91a456f5422d142cd6 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 22 Jun 2017 16:59:18 +0200 Subject: [PATCH] unnecessary printout --- slsDetectorGui/src/qDrawPlot.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index c68150f3b..96199852d 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -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;