mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 05:04:24 +00:00
Remove debugging print at require time from #8399
This commit is contained in:
@@ -308,7 +308,6 @@
|
||||
Use `cancel-fn` to cancel pending callback if there is"
|
||||
[f interval]
|
||||
(let [debouncer (Debouncer. f interval)]
|
||||
(js/console.log debouncer)
|
||||
[(fn [& args] (.apply (.-fire debouncer) debouncer (to-array args)))
|
||||
(fn [] (.stop debouncer))])))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user