got rid of unncessary printouts

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorCalibration@28 113b152e-814d-439b-b186-022a431db7b5
This commit is contained in:
l_maliakal_d 2014-01-30 17:51:11 +00:00
parent 50acdf5628
commit d9a5e7e2a5

View File

@ -77,11 +77,11 @@ class slsReceiverData : public slsDetectorData<dataType> {
fnum=fn;
retval=p;
if (np>0)
cout << "*Incomplete frame number " << fnum << endl;
/*cout << "*Incomplete frame number " << fnum << endl;*/
np=0;
} else if (fn!=fnum) {
if (fnum!=-1) {
cout << " **Incomplete frame number " << fnum << " pnum " << pnum << " " << getFrameNumber(p) << endl;
/* cout << " **Incomplete frame number " << fnum << " pnum " << pnum << " " << getFrameNumber(p) << endl;*/
retval=NULL;
}
np=0;