forked from organicmaps/organicmaps
Revert "[editor] call LoadMapEdits before uploading changes"
This reverts commit c399af93fe96eb44c0a5c77faabda0497e133ce7.
This commit is contained in:
parent
d5b8cc5937
commit
118e1a3e32
1 changed files with 0 additions and 3 deletions
|
@ -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."));
|
||||
|
|
Loading…
Add table
Reference in a new issue