mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 22:56:10 +02: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
|
(defn shape-render
|
||||||
[own shape selected]
|
[own shape selected]
|
||||||
;; (println "shape" (:id shape))
|
|
||||||
(let [{:keys [id x y width height] :as shape} shape
|
(let [{:keys [id x y width height] :as shape} shape
|
||||||
selected? (contains? selected id)]
|
selected? (contains? selected id)]
|
||||||
(letfn [(on-mouse-down [event]
|
(letfn [(on-mouse-down [event]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue