mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 08:38:40 +00:00
Remove println.
This commit is contained in:
parent
f8a3823d2d
commit
0bd8847f56
@ -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…
x
Reference in New Issue
Block a user