From d6d6a050bdabe298e59ff5af35cd22bea3b3d3bc Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 1 Nov 2016 08:06:21 +0100 Subject: [PATCH] some changes --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 5632295d5..0f67d4ebf 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -3985,9 +3985,9 @@ int64_t slsDetector::setTimer(timerIndex index, int64_t t){ if (index!=MEASUREMENTS_NUMBER) { -#ifdef VERBOSE +//#ifdef VERBOSE std::cout<< "Setting timer "<< index << " to " << t << "ns/value" << std::endl; -#endif +//#endif if (thisDetector->onlineFlag==ONLINE_FLAG) { if (connectControl() == OK){ controlSocket->SendDataOnly(&fnum,sizeof(fnum));