1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00

disable printing of the image header, was used for debugging only

This commit is contained in:
Kevin Finisterre 2015-05-15 14:25:03 -04:00 committed by abeck70
parent f98a9e6319
commit d7fef72b4d

View File

@ -195,7 +195,7 @@ QByteArray OPMaps::GetImageFrom(const MapType::Types &type, const Point &pos, co
return ret;
}
ret = reply->readAll();
qDebug() << "ret " << ret;
//qDebug() << "ret " << ret;
reply->deleteLater(); // TODO can't this be global??
if (ret.isEmpty()) {