mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
Remove println.
This commit is contained in:
parent
100446cab3
commit
cd6630c99c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue