mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
Remove println.
This commit is contained in:
parent
f8a3823d2d
commit
0bd8847f56
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@
|
|||
(deftype UpdateAttrs [id attrs]
|
||||
ptk/WatchEvent
|
||||
(watch [_ state stream]
|
||||
(println "update-attrs" id attrs)
|
||||
(let [{:keys [type] :as shape} (get-in state [:shapes id])]
|
||||
(if (= type :group)
|
||||
(rx/from-coll (map #(UpdateAttrs. % attrs) (:items shape)))
|
||||
|
|
Loading…
Add table
Reference in a new issue