Skip to content

Commit 69d0c2b

Browse files
author
Edward Paget
committed
Remove unnecessary logging
1 parent ebc234a commit 69d0c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/replme/web/repl.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
ip (docker-ip client id)
6565
port 8081]
6666
(go-loop [msg (<! (timeout-stdout stdout))]
67-
(log/info "MESSAGE" msg)
6867
(if (re-find nrepl-sentinel msg)
6968
(do
7069
(log/info (str "Connecting to docker nrepl at" ip ":" port))

0 commit comments

Comments
 (0)