From f530a0ba2600c6bb79cc7f45afc8ae5a813b25f6 Mon Sep 17 00:00:00 2001 From: Dexterity <173429049+Dexterity104@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:47:27 -0400 Subject: [PATCH] :fire: Remove stray debug log in color-row component (#9243) --- .../app/main/ui/workspace/sidebar/options/rows/color_row.cljs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs index dd169030d6..229deb9460 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs @@ -352,10 +352,6 @@ :dnd-over-top (= (:over dprops) :top) :dnd-over-bot (= (:over dprops) :bot))] - (when (= applied-token :multiple) - ;; (js/console.trace "color-row*") - (prn "color-row*" index color applied-token)) - (mf/with-effect [color prev-color disable-picker] (when (and (not disable-picker) (not= prev-color color)) (modal/update-props! :colorpicker {:data (parse-color color)})))