0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

Remove println.

This commit is contained in:
Andrey Antukh 2017-01-11 20:03:10 +01:00
parent f8a3823d2d
commit 0bd8847f56
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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