0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Remove debug printlns from draw ns.

This commit is contained in:
Andrey Antukh 2016-02-16 19:55:18 +02:00
parent 8f078876f0
commit a55d3655cf

View file

@ -45,8 +45,6 @@
(letfn [(init-shape [shape]
(let [{:keys [x y] :as point} @wb/mouse-canvas-a
shape (sh/-initialize shape {:x1 x :y1 y :x2 x :y2 y})]
(println "start" point)
(reset! +drawing-shape+ shape)
(reset! +drawing-position+ (assoc point :lock false))
@ -59,7 +57,6 @@
(rx/subscribe $ on-value nil on-complete)))))
(on-value [[point ctrl?]]
(println "on-value" ctrl? point)
(reset! +drawing-position+ (assoc point :lock ctrl?)))
(on-complete []