diff --git a/src/main/shadow/cljs/devtools/api.clj b/src/main/shadow/cljs/devtools/api.clj index 08428ab1..a03303fc 100644 --- a/src/main/shadow/cljs/devtools/api.clj +++ b/src/main/shadow/cljs/devtools/api.clj @@ -268,8 +268,6 @@ (set! *nrepl-clj-ns* *ns*) (set! *ns* (create-ns 'cljs.user)) - (log/warn ::nrepl-select-output-loop *nrepl-quit-signal*) - ;; nrepl doesn't have a clear way to signal the end of a session ;; so this keeps running even is the nrepl is disconnected ;; I hope the print just fails and kills the loop?