Remove console.log() statement

This commit is contained in:
Abdo 2025-05-25 17:32:35 +03:00
parent 2576a5bb75
commit 75bc67608a

View file

@ -720,7 +720,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
$: if (noteEditor) {
uiResolve(api as NoteEditorAPI);
console.log("svelte editor mode", mode);
}
</script>