chore: remove console.log

This commit is contained in:
kolaente
2024-09-18 13:38:30 +02:00
parent acc7c9f8f5
commit a1105434bf

View File

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