0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-28 07:31:25 -05:00

🔥 Remove prn.

This commit is contained in:
Andrey Antukh 2020-04-06 14:48:16 +02:00
parent 78d26c0617
commit ecd3906c51

View file

@ -54,7 +54,6 @@
(mf/defc shape-wrapper
[{:keys [frame shape objects] :as props}]
(prn "shape-wrapper" frame)
(when (and shape (not (:hidden shape)))
(let [shape (geom/transform-shape frame shape)]
(case (:type shape)