From 8529927173938d8b52fb0943d803a2fd778f9c19 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 8 Mar 2024 11:56:44 +0100 Subject: [PATCH] :recycle: Avoid unnecessary logs --- common/src/app/common/types/file.cljc | 6 ------ frontend/src/app/main/data/workspace/libraries.cljs | 1 - 2 files changed, 7 deletions(-) diff --git a/common/src/app/common/types/file.cljc b/common/src/app/common/types/file.cljc index 5d8b8cd1c..676db6dc7 100644 --- a/common/src/app/common/types/file.cljc +++ b/common/src/app/common/types/file.cljc @@ -266,9 +266,7 @@ (defn find-swap-slot [shape container file libraries] - ;; (js/console.log "find-swap-slot" (clj->js shape)) (if-let [swap-slot (ctk/get-swap-slot shape)] - ;; (do (js/console.log "uno" (str swap-slot)) swap-slot) swap-slot (let [ref-shape (find-ref-shape file container @@ -279,12 +277,8 @@ shape-meta (meta ref-shape) ref-file (:file shape-meta) ref-container (:container shape-meta)] - ;; (js/console.log "ref-shape" (clj->js ref-shape)) - ;; (js/console.log "ref-file" (clj->js ref-file)) - ;; (js/console.log "ref-container" (clj->js ref-container)) (when ref-shape (if-let [swap-slot (ctk/get-swap-slot ref-shape)] - ;; (do (js/console.log "dos" (str swap-slot)) swap-slot) swap-slot (if (ctk/main-instance? ref-shape) (:id shape) diff --git a/frontend/src/app/main/data/workspace/libraries.cljs b/frontend/src/app/main/data/workspace/libraries.cljs index c197e19ab..c27c00b0f 100644 --- a/frontend/src/app/main/data/workspace/libraries.cljs +++ b/frontend/src/app/main/data/workspace/libraries.cljs @@ -905,7 +905,6 @@ libraries) (ctk/build-swap-slot-group)))) - ;; _ (js/console.log "new-shape" (str (:id new-shape)) (clj->js new-shape)) changes (-> changes ;; Restore the properties