Browse Source

chore: remove debugging txs

Tienson Qin 3 years ago
parent
commit
057ebd8e4b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/modules/outliner/core.cljs

+ 0 - 1
src/main/frontend/modules/outliner/core.cljs

@@ -215,7 +215,6 @@
                          [:db/retract id :block/alias]
                          [:db/retract id :block/tags]])))]
       (swap! txs-state concat txs page-tx)
-      (util/pprint @txs-state)
       block-id))
 
   (-get-children [this]