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:
parent
f98a9e6319
commit
d7fef72b4d
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user