Fork me on GitHub
#figwheel
<
2018-12-03
>
polymeris13:12:54

How can I prevent figwheel from printing to console? I am trying to use it with blessed (an ncurses-like lib for node) and it messes with the "rendering"

polymeris14:12:23

The only "solution" I came up with is monkey-patching console.log (set! (.-log js/console) identity) 🙈