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
c7099d7a
Commit
c7099d7a
authored
Apr 07, 2015
by
Don Gagne
Browse files
Remove qDebug's
parent
0d7ded40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UASParameterCommsMgr.cc
View file @
c7099d7a
...
...
@@ -450,11 +450,9 @@ void UASParameterCommsMgr::receivedParameterUpdate(int uas, int compId, int para
int
progDiv
=
paramCount
/
100
;
if
((
paramId
%
progDiv
)
==
0
)
{
qDebug
()
<<
paramId
<<
paramCount
;
emit
parameterListProgress
((
float
)
paramId
/
(
float
)
paramCount
);
}
if
(
paramId
==
paramCount
)
{
qDebug
()
<<
"List complete"
;
emit
parameterListProgress
(
0.0
f
);
}
}
...
...
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