💄 Removed forgotten print (#8594)

This commit is contained in:
Alonso Torres 2026-03-11 16:04:33 +01:00 committed by GitHub
parent 7ec9261475
commit 31a4a7f21f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,6 @@
(clear-schedule schedule-ref)
(add-schedule schedule-ref (d/nilv delay 300)
(fn []
(prn tooltip-id)
(when-let [active @active-tooltip]
(when (not= (:id active) tooltip-id)
(when-let [tooltip-el (dom/get-element (:id active))]