From 118e1a3e32533a6efc654ee57349d4f8bc16b1de Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Wed, 6 Dec 2017 13:50:44 +0300 Subject: [PATCH] Revert "[editor] call LoadMapEdits before uploading changes" This reverts commit c399af93fe96eb44c0a5c77faabda0497e133ce7. --- indexer/osm_editor.cpp | 3 --- 1 file changed, 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."));