diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8fe061e0ba..74beb8f1eb 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -8956,7 +8956,6 @@ void MainWindow::moveSelectedNotesToNoteSubFolder(const NoteSubFolder ¬eSubFo // tag the note again for (const Tag &tag : tags) { tag.linkToNote(note); - // tag.linkToNote(note); } // handle the replacing of all note links from other notes