removed printout

This commit is contained in:
Dhanya Maliakal 2017-11-21 15:12:05 +01:00
parent 49ba893d7e
commit fd4dd5b1e9

View File

@ -741,7 +741,7 @@ void* qDrawPlot::DataStartAcquireThread(void *this_pointer){
if(((qDrawPlot*)this_pointer)->myDet->setReceiverOnline() == slsDetectorDefs::ONLINE_FLAG) {
// if receiver data up streaming not on, switch it on
if (((qDrawPlot*)this_pointer)->myDet->enableDataStreamingFromReceiver() != 1) {cprintf(GREEN,"receiver not on\n");
if (((qDrawPlot*)this_pointer)->myDet->enableDataStreamingFromReceiver() != 1) {
// switch on receiver
if (((qDrawPlot*)this_pointer)->myDet->enableDataStreamingFromReceiver(1) != 1) {
qDefs::checkErrorMessage(((qDrawPlot*)this_pointer)->myDet,"qDrawPlot::DataStartAcquireThread");