From d813018818097cea055f7ac019a91adadac54654 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Tue, 27 Oct 2015 17:42:11 +0300 Subject: [PATCH] Small fix --- OsmAnd/src/net/osmand/plus/download/DownloadActivity.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java b/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java index 8c71d6e10d..12e6d01c83 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java @@ -542,10 +542,7 @@ public class DownloadActivity extends ActionBarProgressActivity implements Downl } private void showGoToMap(WorldRegion worldRegion) { - // TODO Show dialog go to map (coordinates to open take from WorldRegion.getCenter) GoToMapFragment.showInstance(worldRegion, this); - LOG.warn("111 - region=" + worldRegion.getRegionId()); - } private void showDownloadWorldMapIfNeeded() {