forked from organicmaps/organicmaps-tmp
[android] Removed unnecessary debug log
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
3534f9dc85
commit
825912e932
1 changed files with 0 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue