Geolocation: remove leftover print.

This commit is contained in:
Adrien Destugues 2014-09-24 19:01:58 +02:00
parent 80e7d92949
commit 8a39d53d23

View File

@ -126,7 +126,6 @@ BGeolocation::LocateSelf(float& latitude, float& longitude)
if (result != B_OK)
return result;
location.PrintToStream();
double lat, lon;
result = location.FindDouble("lat", &lat);
if (result == B_OK)