Stop logging geolocation.
This commit is contained in:
parent
95df1a4c25
commit
5825768f36
@ -112,7 +112,6 @@ void Geolocator::RequestFinished(QNetworkReply* reply) {
|
|||||||
QString latlng = map["latlng"].toString();
|
QString latlng = map["latlng"].toString();
|
||||||
|
|
||||||
LatLng ll(latlng);
|
LatLng ll(latlng);
|
||||||
qLog(Debug) << "Gelocated to:" << ll;
|
|
||||||
emit Finished(ll);
|
emit Finished(ll);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user