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
df144d9e
Commit
df144d9e
authored
Apr 28, 2015
by
Don Gagne
Browse files
Remove debugging code mistakenly left in
parent
2f7fe9dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FactSystem/ParameterLoader.cc
View file @
df144d9e
...
...
@@ -87,14 +87,6 @@ void ParameterLoader::_parameterUpdate(int uasId, int componentId, QString param
"value:"
<<
value
<<
")"
;
#if 1
// This code is handy for testing re-request logic. It drops ever other param update.
static
int
increment
=
0
;
if
(
increment
++
&
1
)
{
return
;
}
#endif
_dataMutex
.
lock
();
// Restart our waiting for param timer
...
...
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