refactor(web): remove useless comment

This commit is contained in:
quenousimporte 2023-09-21 08:55:38 +02:00
parent 7bbb636993
commit 1446be8ba6
1 changed files with 1 additions and 1 deletions

View File

@ -2083,7 +2083,7 @@ function toggletitle()
function selectnote() function selectnote()
{ {
return searchinlist(list()/*, loadnote*/); return searchinlist(list());
} }
function searchautocomplete() function searchautocomplete()