mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
Remove println.
This commit is contained in:
parent
100446cab3
commit
cd6630c99c
@ -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))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user