diff --git a/frontend/src/uxbox/main/exports.cljs b/frontend/src/uxbox/main/exports.cljs
index 0b169e310..fa6432ba5 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)