mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
Remove console.log() statement
This commit is contained in:
parent
2576a5bb75
commit
75bc67608a
1 changed files with 0 additions and 1 deletions
|
|
@ -720,7 +720,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
$: if (noteEditor) {
|
$: if (noteEditor) {
|
||||||
uiResolve(api as NoteEditorAPI);
|
uiResolve(api as NoteEditorAPI);
|
||||||
console.log("svelte editor mode", mode);
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue