chore: remove console.log
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-09-18 13:38:30 +02:00
parent acc7c9f8f5
commit a1105434bf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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