Skip to content

Commit

Permalink
remove: remove obsolete commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jan 17, 2025
1 parent 4b6a858 commit 91e1eb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8956,7 +8956,6 @@ void MainWindow::moveSelectedNotesToNoteSubFolder(const NoteSubFolder &noteSubFo
// 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
Expand Down

0 comments on commit 91e1eb0

Please sign in to comment.