Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 2, 2022
2 parents e2259d7 + a5dad99 commit cb93b7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/UI/data_binders/reactive_note_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class ReactiveNoteList {
"content": oldNote.content,
"ord": i - 1
}));
print(i);
}
}

Expand All @@ -90,7 +89,6 @@ class ReactiveNoteList {
"content": oldNote.content,
"ord": i + 1
}));
print(i);
}
}
}
Expand Down

0 comments on commit cb93b7c

Please sign in to comment.