0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🔥 Remove debug code.

This commit is contained in:
Andrey Antukh 2020-03-10 13:21:11 +01:00
parent 203a165502
commit b3e7d6ea29

View file

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