From 825912e932d80060f6f63dd69a9892ec336c59f5 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 13 Jul 2021 20:37:46 +0200 Subject: [PATCH] [android] Removed unnecessary debug log Signed-off-by: Alexander Borsuk --- .../com/mapswithme/maps/location/LocationProviderFactory.java | 1 - 1 file changed, 1 deletion(-) 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.");