From b3e7d6ea29ca047a0b5c71c458746e750bf10c00 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 10 Mar 2020 13:21:11 +0100 Subject: [PATCH] :fire: Remove debug code. --- common/uxbox/common/pages.cljc | 1 - 1 file changed, 1 deletion(-) 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)