Removed debug log

This commit is contained in:
Alexis
2023-10-15 11:17:31 +02:00
parent 0445cad2a5
commit 42324fa670

View File

@@ -73,8 +73,6 @@ onUpdated(() => {
if (!toMarker) return if (!toMarker) return
const flyToMarker = new CustomEvent(`fly-to-${toMarker}`, { bubbles: true }) const flyToMarker = new CustomEvent(`fly-to-${toMarker}`, { bubbles: true })
console.log(flyToMarker)
btn.addEventListener('click', () => btn.dispatchEvent(flyToMarker)) btn.addEventListener('click', () => btn.dispatchEvent(flyToMarker))
}) })
}) })