diff --git a/src/comm/LogReplayLink.cc b/src/comm/LogReplayLink.cc index 18c04c8a26075d8896865fa95985fe20ddf6e28f..7c2cc4f9b0902d71a8c5e24662cce93e6d2b83dc 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); }