From 92987839441fa0896fc62f0c94fff208f638e66e Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Thu, 3 May 2018 16:29:01 -0700 Subject: [PATCH] Remove debug logging --- src/comm/LogReplayLink.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/comm/LogReplayLink.cc b/src/comm/LogReplayLink.cc index 18c04c8a2..7c2cc4f9b 100644 --- a/src/comm/LogReplayLink.cc +++ b/src/comm/LogReplayLink.cc @@ -370,10 +370,6 @@ void LogReplayLink::_readNextLogEntry(void) emit currentLogTimeSecs((_logCurrentTimeUSecs - _logStartTimeUSecs) / 1000000); - if (timeToNextExecutionMSecs == 0 || timeToNextExecutionMSecs > 100) { - qDebug() << timeToNextExecutionMSecs << _logCurrentTimeUSecs; - } - // And schedule the next execution of this function. _readTickTimer.start(timeToNextExecutionMSecs); } -- 2.22.0