Revert "[editor] call LoadMapEdits before uploading changes"

This reverts commit c399af93fe96eb44c0a5c77faabda0497e133ce7.
This commit is contained in:
Arsentiy Milchakov 2017-12-06 13:50:44 +03:00 committed by Ilya Grechuhin
parent d5b8cc5937
commit 118e1a3e32

View file

@ -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."));