mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
🔥 Remove stray debug log in color-row component (#9243)
This commit is contained in:
parent
710fd30f78
commit
f530a0ba26
@ -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)})))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user