Browse Source

chore: remove debug

Tienson Qin 1 month ago
parent
commit
985c757b5d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/frontend/db/transact.cljs

+ 0 - 3
src/main/frontend/db/transact.cljs

@@ -25,7 +25,6 @@
   (let [tx-meta' (assoc tx-meta
                         ;; not from remote (rtc)
                         :local-tx? true)]
-    (prn :debug :transact :tx-meta tx-meta)
     (worker-call (fn async-request []
                    (worker-transact repo tx-data tx-meta')))))
 
@@ -46,6 +45,4 @@
                       (frontend.state/get-current-repo)
                       ops
                       opts')]
-        (prn :debug :apply-outliner-ops :opts opts'
-             :ops ops)
         (frontend.db.transact/worker-call request)))))