ignore mutiple calls to PvaClientMonitor::start

This commit is contained in:
mrkraimer
2017-10-23 10:16:31 -04:00
parent e11cc25dd7
commit fe15b9dd09

View File

@@ -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();