diff --git a/common/uxbox/common/pages.cljc b/common/uxbox/common/pages.cljc index 2cdfa4689..a0dbced74 100644 --- a/common/uxbox/common/pages.cljc +++ b/common/uxbox/common/pages.cljc @@ -242,7 +242,6 @@ (defmethod process-operation :order [obj {:keys [id index]}] - (prn "process-operation" :order obj) (assert (vector? (:shapes obj)) ":shapes should be a vector") (update obj :shapes (fn [items] (let [[b a] (->> (remove #(= % id) items)