mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 00:19:07 -05:00
🔥 Remove debug code.
This commit is contained in:
parent
203a165502
commit
b3e7d6ea29
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@
|
||||||
|
|
||||||
(defmethod process-operation :order
|
(defmethod process-operation :order
|
||||||
[obj {:keys [id index]}]
|
[obj {:keys [id index]}]
|
||||||
(prn "process-operation" :order obj)
|
|
||||||
(assert (vector? (:shapes obj)) ":shapes should be a vector")
|
(assert (vector? (:shapes obj)) ":shapes should be a vector")
|
||||||
(update obj :shapes (fn [items]
|
(update obj :shapes (fn [items]
|
||||||
(let [[b a] (->> (remove #(= % id) items)
|
(let [[b a] (->> (remove #(= % id) items)
|
||||||
|
|
Loading…
Add table
Reference in a new issue