Unverified Commit 8176dd37 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6416 from DonLakeFlyer/DebugLog

Remove debug logging
parents b3812540 92987839
......@@ -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);
}
......
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