diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index 7fd1457ea..42d29fef8 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -1261,7 +1261,7 @@ int qDrawPlot::MeasurementFinished(int currentMeasurementIndex, int fileIndex){ //to make sure it plots the last frame before setting lastimagearray all to 0 //if(plot_in_scope==2) //usleep(5*1000*1000); - usleep(500*1000); + //usleep(500*1000); currentMeasurement = currentMeasurementIndex+1; currentFileIndex = fileIndex; #ifdef VERBOSE