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)))