chore: disable ds print

pull/2456/head
Weihua Lu 2021-07-20 14:45:48 +08:00
parent e3410d5f2f
commit 439889f0cf
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#?(:cljs
(defn transact!
[txs opts]
(util/pprint txs)
;; (util/pprint txs)
(when (and (seq txs)
(not (:skip-transact? opts)))
(try