From ecd3906c51bac293a190e1e9ffb20d7d79402acd Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 6 Apr 2020 14:48:16 +0200 Subject: [PATCH] :fire: Remove prn. --- frontend/src/uxbox/main/exports.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/uxbox/main/exports.cljs b/frontend/src/uxbox/main/exports.cljs index 0b169e3108..fa6432ba59 100644 --- a/frontend/src/uxbox/main/exports.cljs +++ b/frontend/src/uxbox/main/exports.cljs @@ -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)