0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

Remove println.

This commit is contained in:
Andrey Antukh 2016-01-20 22:41:27 +02:00
parent aa5cbcce0d
commit b65e0d754a

View file

@ -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]