got rid of some useless comments

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@553 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-05-15 14:16:41 +00:00
parent f36752028b
commit de03868f9f
2 changed files with 6 additions and 0 deletions

View File

@ -273,7 +273,9 @@ void postProcessing::doProcessing(double *lfdata, int delflag, string fname) {
int postProcessing::fillBadChannelMask() {
#ifdef VERBOSE
cout << "pp fill bad channel mask " << endl;
#endif
int nbad=0, nb;
//#define VERBOSE
if (*correctionMask&(1<< DISCARD_BAD_CHANNELS)) {