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))]