Stop logging geolocation.

This commit is contained in:
John Maguire 2012-11-07 13:35:36 +01:00
parent 95df1a4c25
commit 5825768f36

View File

@ -112,7 +112,6 @@ void Geolocator::RequestFinished(QNetworkReply* reply) {
QString latlng = map["latlng"].toString();
LatLng ll(latlng);
qLog(Debug) << "Gelocated to:" << ll;
emit Finished(ll);
}