diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index 2db6f1058..bffc2d123 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -766,10 +766,10 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){ progress=(int)data->progressIndex; currentFrameIndex = fileIOStatic::getIndicesFromFileName(string(data->fileName),currentFileIndex); //happens if receiver sends a null and empty file name - if(string(data->fileName).empty()){ + /*if(string(data->fileName).empty()){ cout << "Received empty file name. Exiting function without updating data for plot." << endl; return -1; - } + }*/ #ifdef VERYVERBOSE cout << "progress:" << progress << endl; #endif