chore: remove console.log

(cherry picked from commit a1105434bf)
This commit is contained in:
kolaente 2024-09-18 13:38:30 +02:00
parent 20c52a8325
commit 1e7d9c982d
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -586,8 +586,6 @@ function setLink(event) {
}
onMounted(async () => {
console.log('Component has mounted')
if (editShortcut !== '') {
document.addEventListener('keydown', setFocusToEditor)
}