Remove debugging print at require time from #8399

This commit is contained in:
Gabriel Horner
2023-01-31 12:37:25 -05:00
parent 89a3012a54
commit fdfeef82fd

View File

@@ -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))])))