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:
parent
203a165502
commit
b3e7d6ea29
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue