mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
chore: remove debug log
This commit is contained in:
@@ -138,7 +138,6 @@
|
||||
batcher (or (get @set-batchers* sid)
|
||||
(let [b (make-batcher
|
||||
(fn [items]
|
||||
(prn :debug :fn (:with-idb-store store))
|
||||
((:with-idb-store store)
|
||||
"readwrite"
|
||||
(fn [os]
|
||||
@@ -146,7 +145,6 @@
|
||||
(.put os value key))))))]
|
||||
(swap! set-batchers* assoc sid b)
|
||||
b))]
|
||||
(prn :debug :batcher batcher)
|
||||
((:queue! batcher) {:key key :value value}))))
|
||||
|
||||
(comment
|
||||
|
||||
Reference in New Issue
Block a user