We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d877e77 commit fb3f81fCopy full SHA for fb3f81f
src/user_loop.clj
@@ -40,7 +40,6 @@
40
(let [c (jsonrpc/input-stream->input-chan in {})]
41
(async/go-loop
42
[next-state (async/<! (run-graph m)) n 0]
43
- (println "### loop " n)
44
(let [message (async/<! c)]
45
(cond
46
(= "exit" (:method message))
0 commit comments