Commit 785b6ca9 authored by Pavel Vainerman's avatar Pavel Vainerman

(MBTCPMaster): удалил лишние логи

parent 99dc6b5d
...@@ -297,8 +297,6 @@ void MBTCPMaster::updateRespondSensors() ...@@ -297,8 +297,6 @@ void MBTCPMaster::updateRespondSensors()
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void MBTCPMaster::poll_thread() void MBTCPMaster::poll_thread()
{ {
cerr << "*********** polling starting.." << endl;
{ {
uniset_mutex_lock l(pollMutex,300); uniset_mutex_lock l(pollMutex,300);
ptTimeout.reset(); ptTimeout.reset();
...@@ -317,8 +315,6 @@ void MBTCPMaster::poll_thread() ...@@ -317,8 +315,6 @@ void MBTCPMaster::poll_thread()
msleep(polltime); msleep(polltime);
} }
cerr << "*********** polling finished.." << endl;
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
bool MBTCPMaster::checkProcActive() bool MBTCPMaster::checkProcActive()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment