mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 08:41:48 -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]
|
(deftype UpdateAttrs [id attrs]
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state stream]
|
(watch [_ state stream]
|
||||||
(println "update-attrs" id attrs)
|
|
||||||
(let [{:keys [type] :as shape} (get-in state [:shapes id])]
|
(let [{:keys [type] :as shape} (get-in state [:shapes id])]
|
||||||
(if (= type :group)
|
(if (= type :group)
|
||||||
(rx/from-coll (map #(UpdateAttrs. % attrs) (:items shape)))
|
(rx/from-coll (map #(UpdateAttrs. % attrs) (:items shape)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue