From 6325f8cc863b19465a4ef782b2b84a8673bbbdf7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 3 Jan 2016 18:25:21 +0200 Subject: [PATCH] Remove some printlns. --- frontend/uxbox/data/workspace.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/uxbox/data/workspace.cljs b/frontend/uxbox/data/workspace.cljs index 772587275..fb86ed5c0 100644 --- a/frontend/uxbox/data/workspace.cljs +++ b/frontend/uxbox/data/workspace.cljs @@ -64,7 +64,6 @@ (reify rs/UpdateEvent (-apply-update [_ state] - (println "select-for-drawing" shape) (if shape (assoc-in state [:workspace :drawing] shape) (update-in state [:workspace] dissoc :drawing))) @@ -111,7 +110,6 @@ (reify rs/UpdateEvent (-apply-update [_ state] - (println "select-shapes" selrect) (let [pid (get-in state [:workspace :page]) shapes (->> (vals (:shapes-by-id state)) (filter #(= (:page %) pid))