From cd6b952d643130c9859f2e0ffc76f0048b377d09 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 25 Oct 2016 15:44:24 +0200 Subject: [PATCH] check for why gui doesnt show all data --- slsDetectorGui/src/qDrawPlot.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index 300dabd9b..c5b884215 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -1153,10 +1153,9 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){ #endif currentFrame++; } -//#ifdef VERYVERBOSE +#ifdef VERYVERBOSE cout << "Exiting GetData function" << endl; -//#endif - usleep(1*1000*1000); +#endif return 0; }