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
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-12-06 13:53:38 +0300
commit9ebbe68509c978b0c07ba3d0376195c72e4bd071 (patch)
tree848ba009ddb1abc4bd8348e7b4e3ef492b2eeb4e /indexer
parented14371901645259cb9579cd439a9b695b6dadfd (diff)
Revert "[editor] call LoadMapEdits before uploading changes"
This reverts commit c399af93fe96eb44c0a5c77faabda0497e133ce7.
Diffstat (limited to 'indexer')
-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 979b102669..54212349e2 100644
--- a/indexer/osm_editor.cpp
+++ b/indexer/osm_editor.cpp
@@ -709,9 +709,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."));