Remove unnecessary logs

This commit is contained in:
misaochan 2018-04-18 19:28:34 +10:00
parent f0357fca01
commit 209cb53483

View file

@ -352,7 +352,6 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp
if (locationChangeType.equals(LocationServiceManager.LocationChangeType.PERMISSION_JUST_GRANTED)) { if (locationChangeType.equals(LocationServiceManager.LocationChangeType.PERMISSION_JUST_GRANTED)) {
curLatLang = lastKnownLocation; curLatLang = lastKnownLocation;
Timber.d("Permission was just granted, lastKnownLocation is " + lastKnownLocation.toString());
} }
if (curLatLang == null) { if (curLatLang == null) {