Geolocation: remove leftover print.
This commit is contained in:
@@ -126,7 +126,6 @@ BGeolocation::LocateSelf(float& latitude, float& longitude)
|
|||||||
if (result != B_OK)
|
if (result != B_OK)
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
location.PrintToStream();
|
|
||||||
double lat, lon;
|
double lat, lon;
|
||||||
result = location.FindDouble("lat", &lat);
|
result = location.FindDouble("lat", &lat);
|
||||||
if (result == B_OK)
|
if (result == B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user