From 44bf276c4919150e9390422cd5494f4cf44016a0 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 7 May 2025 12:13:47 +0200 Subject: [PATCH] :bug: Remove print --- frontend/src/app/main/data/workspace/shape_layout.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/shape_layout.cljs b/frontend/src/app/main/data/workspace/shape_layout.cljs index d4467630a9..829021a2d6 100644 --- a/frontend/src/app/main/data/workspace/shape_layout.cljs +++ b/frontend/src/app/main/data/workspace/shape_layout.cljs @@ -102,7 +102,6 @@ (ptk/reify ::update-layout-positions ptk/WatchEvent (watch [_ state _] - (prn ">update-layout-positions") (let [objects (dsh/lookup-page-objects state) ids (->> ids (filter #(contains? objects %)))] (if (d/not-empty? ids)