From 31a4a7f21f03ce775f16e621c9fbd18baf2a628e Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Wed, 11 Mar 2026 16:04:33 +0100 Subject: [PATCH] :lipstick: Removed forgotten print (#8594) --- frontend/src/app/main/ui/ds/tooltip/tooltip.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/ui/ds/tooltip/tooltip.cljs b/frontend/src/app/main/ui/ds/tooltip/tooltip.cljs index 690384647c..087649ca63 100644 --- a/frontend/src/app/main/ui/ds/tooltip/tooltip.cljs +++ b/frontend/src/app/main/ui/ds/tooltip/tooltip.cljs @@ -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))]