Browse Source

chore: remove console trace

Tienson Qin 6 days ago
parent
commit
2b4858ff08
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deps/db/src/logseq/db.cljs

+ 0 - 1
deps/db/src/logseq/db.cljs

@@ -131,7 +131,6 @@
           tx-report)
         (d/transact! conn tx-data tx-meta)))
     (catch :default e
-      (js/console.trace)
       (prn :debug :transact-failed :tx-meta tx-meta :tx-data tx-data)
       (throw e))))