Skip to content

Commit fb3f81f

Browse files
Remove println
1 parent d877e77 commit fb3f81f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/user_loop.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
(let [c (jsonrpc/input-stream->input-chan in {})]
4141
(async/go-loop
4242
[next-state (async/<! (run-graph m)) n 0]
43-
(println "### loop " n)
4443
(let [message (async/<! c)]
4544
(cond
4645
(= "exit" (:method message))

0 commit comments

Comments
 (0)