diff --git a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java index 5201b7a1eb..71fbe71264 100644 --- a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java +++ b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java @@ -981,7 +981,8 @@ public class PlacePageView extends NestedScrollViewClickFixed { if (mMapObject == null) { - LOGGER.e(TAG, "A location cannot be refreshed, mMapObject is null!"); + // TODO: This method is constantly called even when nothing is selected on the map. + //LOGGER.e(TAG, "A location cannot be refreshed, mMapObject is null!"); return; }