🔥 Remove stray debug log in color-row component (#9243)

This commit is contained in:
Dexterity 2026-04-29 12:47:27 -04:00 committed by GitHub
parent 710fd30f78
commit f530a0ba26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)})))