mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Remove unnecessary logs
This commit is contained in:
parent
f0357fca01
commit
209cb53483
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue