mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
Geolocation: remove leftover print.
This commit is contained in:
parent
80e7d92949
commit
8a39d53d23
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user