Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
92987839
Commit
92987839
authored
May 03, 2018
by
DonLakeFlyer
Browse files
Remove debug logging
parent
f5701987
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/LogReplayLink.cc
View file @
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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment