Commit 70c5ce73 authored by Don Gagne's avatar Don Gagne

Remove missed qDebug

parent 6d2bdd84
......@@ -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());
......
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