Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Oct 27, 2024
1 parent d877e77 commit fb3f81f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/user_loop.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
(let [c (jsonrpc/input-stream->input-chan in {})]
(async/go-loop
[next-state (async/<! (run-graph m)) n 0]
(println "### loop " n)
(let [message (async/<! c)]
(cond
(= "exit" (:method message))
Expand Down

0 comments on commit fb3f81f

Please sign in to comment.