From fe15b9dd09f0c6b4f4817e22b29d00b6c486ba36 Mon Sep 17 00:00:00 2001 From: mrkraimer Date: Mon, 23 Oct 2017 10:16:31 -0400 Subject: [PATCH] ignore mutiple calls to PvaClientMonitor::start --- src/pvaClientMonitor.cpp | 4 ---- 1 file changed, 4 deletions(-) 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();