0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Remove println.

This commit is contained in:
Andrey Antukh 2016-12-25 20:43:52 +01:00
parent 100446cab3
commit cd6630c99c
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -25,7 +25,6 @@
[state shape used-names page]
(let [sid (uuid/random)
shape (merge shape {:id sid :page page :name (generate-uniq-name used-names (:name shape) nil)})]
(println used-names)
(as-> state $
(update-in $ [:pages page :shapes] #(into [] (cons sid %)))
(assoc-in $ [:shapes sid] shape))))