diff --git a/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs b/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs index 06e87bce7..f2fca42b8 100644 --- a/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs +++ b/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs @@ -35,7 +35,6 @@ (mf/defc layout-block [{:keys [shape]}] (let [selrect (:selrect shape) - _ (prn shape) {:keys [width height x y]} selrect] [:* [:div.attributes-unit-row diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs index d59207754..c581c2117 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs @@ -279,7 +279,6 @@ {:no-validate true :min 0 :max 359 - :default 0 :data-wrap true :placeholder "--" :on-click select-all