From a657bac1b1a570ab0a14618d0be2663a5c794534 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 23 Aug 2017 18:01:02 +0200 Subject: [PATCH] removed a print --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 82ce91d8f..6d63bcb77 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -4540,7 +4540,7 @@ int64_t slsDetector::setTimer(timerIndex index, int64_t t){ if (connectData() == OK){ ret=thisReceiver->sendIntArray(fnum2,retval,args,mess); disconnectData(); - }else cprintf(RED,"could not connect\n"); + } if((args[1] != retval)|| (ret==FAIL)){ ret = FAIL; cout << "ERROR: " << timername << " in receiver set incorrectly to " << retval << " instead of " << args[1] << endl;