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 ebc234a commit 69d0c2bCopy full SHA for 69d0c2b
src/replme/web/repl.clj
@@ -64,7 +64,6 @@
64
ip (docker-ip client id)
65
port 8081]
66
(go-loop [msg (<! (timeout-stdout stdout))]
67
- (log/info "MESSAGE" msg)
68
(if (re-find nrepl-sentinel msg)
69
(do
70
(log/info (str "Connecting to docker nrepl at" ip ":" port))
0 commit comments