Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change-Id: I62c4870c947fefe9f231c911ff56c9d8c703dbe4
  • Loading branch information
everic committed Jan 29, 2015
1 parent 75a8653 commit 29a3d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evernote-sdk-ios/ENSDK/ENSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,6 @@ - (void)uploadNote_updateWithContext:(ENSessionUploadNoteContext *)context
context.note.updated = @([[NSDate date] edamTimestamp]);

context.note.guid = context.refToReplace.guid;
context.note.active = @YES;

if (context.progress) {
context.noteStore.uploadProgressHandler = context.progress;
Expand Down

0 comments on commit 29a3d18

Please sign in to comment.