From 0bd8847f5677e9dd9799021b9675d5681d512c09 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 11 Jan 2017 20:03:10 +0100 Subject: [PATCH] Remove println. --- frontend/src/uxbox/main/data/shapes.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/uxbox/main/data/shapes.cljs b/frontend/src/uxbox/main/data/shapes.cljs index bbcaaf38e9..3d6c4a5a30 100644 --- a/frontend/src/uxbox/main/data/shapes.cljs +++ b/frontend/src/uxbox/main/data/shapes.cljs @@ -293,7 +293,6 @@ (deftype UpdateAttrs [id attrs] ptk/WatchEvent (watch [_ state stream] - (println "update-attrs" id attrs) (let [{:keys [type] :as shape} (get-in state [:shapes id])] (if (= type :group) (rx/from-coll (map #(UpdateAttrs. % attrs) (:items shape)))