small fixes

This commit is contained in:
zadam
2020-12-14 23:04:56 +01:00
parent c949dcb449
commit fccce2ff1e
4 changed files with 2 additions and 7 deletions

View File

@@ -74,8 +74,6 @@ function getNoteIdsWithLabels(names) {
}
}
console.log(noteIds);
return Array.from(noteIds);
}