diff --git a/src/pvaClientMonitor.cpp b/src/pvaClientMonitor.cpp index d1f5317..2a7ceb8 100644 --- a/src/pvaClientMonitor.cpp +++ b/src/pvaClientMonitor.cpp @@ -368,10 +368,6 @@ void PvaClientMonitor::start() << endl; } if(isStarted) { - cerr << "PvaClientMonitor::start" - << " channelName " << pvaClientChannel->getChannel()->getChannelName() - << " why is this called twice " - << endl; return; } if(connectState==connectIdle) connect();