Skip to content

Commit

Permalink
remove leftover debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Apr 20, 2018
1 parent b85827b commit 6a242be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/shadow/cljs/devtools/api.clj
Expand Up @@ -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?
Expand Down

0 comments on commit 6a242be

Please sign in to comment.