Commit fc8c0d7f authored by DonLakeFlyer's avatar DonLakeFlyer

Remove qDebug

parent 73d856d5
......@@ -71,7 +71,6 @@ void ElevationProvider::_requestFinished()
QJsonParseError parseError;
QJsonDocument responseJson = QJsonDocument::fromJson(responseBytes, &parseError);
qDebug() << responseJson;
emit terrainData(false, altitudes);
return;
}
......
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