Removed console log

This commit is contained in:
Alexis
2024-12-20 11:31:40 +01:00
parent 9f6d318a15
commit 3db1654682

View File

@@ -38,8 +38,6 @@ function openEventCreatePopover() {
function handleClosing(e: Event) {
e.preventDefault()
popoverOpen.value = false
console.log(e)
}
</script>