mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
Remove println.
This commit is contained in:
parent
aa5cbcce0d
commit
b65e0d754a
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@
|
|||
|
||||
(defn shape-render
|
||||
[own shape selected]
|
||||
;; (println "shape" (:id shape))
|
||||
(let [{:keys [id x y width height] :as shape} shape
|
||||
selected? (contains? selected id)]
|
||||
(letfn [(on-mouse-down [event]
|
||||
|
|
Loading…
Add table
Reference in a new issue