Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-12-06 13:50:44 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2017-12-14 14:10:18 +0300
commit118e1a3e32533a6efc654ee57349d4f8bc16b1de (patch)
tree7d6354c89c0dc869e30481a37bc6dea6d42f5e9e /indexer/osm_editor.cpp
parentd5b8cc5937def08ac5606643e74e5cfc3b3d95e0 (diff)
Revert "[editor] call LoadMapEdits before uploading changes"
This reverts commit c399af93fe96eb44c0a5c77faabda0497e133ce7.
Diffstat (limited to 'indexer/osm_editor.cpp')
-rw-r--r--indexer/osm_editor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp
index dbbbe0ab6f..b294c2b975 100644
--- a/indexer/osm_editor.cpp
+++ b/indexer/osm_editor.cpp
@@ -676,9 +676,6 @@ void Editor::UploadChanges(string const & key, string const & secret, TChangeset
if (m_notes->NotUploadedNotesCount())
UploadNotes(key, secret);
- // We need to be sure edits will be applied for correct features (all features are migrated).
- LoadMapEdits();
-
if (!HaveMapEditsToUpload())
{
LOG(LDEBUG, ("There are no local edits to upload."));