uncommented extra comments

This commit is contained in:
Dhanya Maliakal
2017-03-09 11:40:26 +01:00
parent f3bf331b5f
commit 300bf85dae
2 changed files with 10 additions and 2 deletions

View File

@ -304,14 +304,18 @@ int slsDetectorUtils::acquire(int delflag){
pthread_mutex_unlock(&mg);//cout << "unlock"<< endl;
break;
}
#ifdef VERBOSE
cout << "Receiver started " << endl;
#endif
pthread_mutex_unlock(&mg);//cout << "unlock"<< endl;
}
#ifdef VERBOSE
cout << "Acquiring " << endl;
#endif
startAndReadAll();
#ifdef VERBOSE
cout << "detector finished " << endl;
#endif
#ifdef VERBOSE
cout << "returned! " << endl;
#endif