diff --git a/src/uxbox/ui/shapes/circle.cljs b/src/uxbox/ui/shapes/circle.cljs index 2252a74176..6f9f41a25c 100644 --- a/src/uxbox/ui/shapes/circle.cljs +++ b/src/uxbox/ui/shapes/circle.cljs @@ -42,12 +42,10 @@ (defn- handlers-render [own shape] (letfn [(on-mouse-down [vid event] - (println "on-mouse-down" vid) (dom/stop-propagation event) (uuc/acquire-action! :resize/shape {:vid vid :shape (:id shape)})) (on-mouse-up [vid event] - (println "on-mouse-up" vid) (dom/stop-propagation event) (uuc/release-action! :resize/shape))] (let [{:keys [x y width height]} (ush/outer-rect' shape)]