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
70c5ce73
Commit
70c5ce73
authored
Jun 28, 2014
by
Don Gagne
Browse files
Remove missed qDebug
parent
6d2bdd84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qgcunittest/MockMavlinkFileServer.cc
View file @
70c5ce73
...
...
@@ -70,8 +70,6 @@ void MockMavlinkFileServer::_listCommand(QGCUASFileManager::Request* request)
ackResponse
.
hdr
.
offset
=
request
->
hdr
.
offset
;
ackResponse
.
hdr
.
size
=
0
;
qDebug
()
<<
_fileList
;
if
(
request
->
hdr
.
offset
==
0
)
{
// Requesting first batch of file names
Q_ASSERT
(
_fileList
.
size
());
...
...
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