Skip to content

Commit 4314414

Browse files
alperozturk96AndyScherzinger
authored andcommitted
remove comment
Signed-off-by: alperozturk <[email protected]>
1 parent 663fdc4 commit 4314414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/it/niedermann/owncloud/notes/persistence/NotesRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ public void toggleFavoriteAndSync(Account account, Note note) {
552552
if (response.isSuccessful()) {
553553
final var updatedNote = response.body();
554554
if (updatedNote != null) {
555-
//db.getNoteDao().updateNote(note);
556555
scheduleSync(account, false);
557556
}
558557
}

0 commit comments

Comments
 (0)