diff --git a/lib/locationUtils.dart b/lib/locationUtils.dart index e7584a6..fb7f09d 100644 --- a/lib/locationUtils.dart +++ b/lib/locationUtils.dart @@ -12,7 +12,6 @@ Future getUserLocation( try { Location _location = new Location(); Map location = await _location.getLocation; - // print('location $location'); // It seems that the lib fails with lat/lon values var basicLocation = new BasicLocation(