diff --git a/android/flavors/gms-enabled/com/mapswithme/maps/location/LocationProviderFactory.java b/android/flavors/gms-enabled/com/mapswithme/maps/location/LocationProviderFactory.java index fe93add298..bea5fcd6d2 100644 --- a/android/flavors/gms-enabled/com/mapswithme/maps/location/LocationProviderFactory.java +++ b/android/flavors/gms-enabled/com/mapswithme/maps/location/LocationProviderFactory.java @@ -22,7 +22,6 @@ public class LocationProviderFactory public static BaseLocationProvider getProvider(@NonNull Context context) { - mLogger.d(TAG, "getProvider", new Throwable()); if (isGoogleLocationAvailable(context) && Config.useGoogleServices()) { mLogger.d(TAG, "Use fused provider.");