From 3885c9ee742bc7786176d6d3d6597c160e4153d2 Mon Sep 17 00:00:00 2001 From: Dexterity <173429049+Dexterity104@users.noreply.github.com> Date: Wed, 6 May 2026 11:43:58 -0400 Subject: [PATCH] :fire: Remove stray prn debug log in stroke-row* render (#9318) --- .../app/main/ui/workspace/sidebar/options/rows/stroke_row.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/rows/stroke_row.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/rows/stroke_row.cljs index 0e6a28612a..723a658466 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/rows/stroke_row.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/rows/stroke_row.cljs @@ -205,8 +205,6 @@ (when (some? on-reorder) [:> reorder-handler* {:ref dref}]) - (prn "stroke-row*" applied-tokens) - ;; Stroke Color ;; FIXME: memorize stroke color [:div {:class (stl/css :stroke-color-actions)}