got rif of unnnecessary couts for receiver part in processing

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@326 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2012-10-29 17:02:42 +00:00
parent 439c2b1de8
commit b29d8d33f0

View File

@ -371,9 +371,8 @@ void* postProcessing::processData(int delflag) {
int prevCaught=getCurrentFrameIndex();
int caught=0;
while(getRunStatus()!=IDLE){
//while((getCurrentProgress()<100)&&(getReceiverStatus()==RUNNING)){
caught=getCurrentFrameIndex();
incrementProgress(caught-prevCaught);cout<<endl;
incrementProgress(caught-prevCaught);
prevCaught=caught;
usleep(1000000);
}