Skip to content

Commit 4c3e5e6

Browse files
committed
Remove problematic optimization
This recent addition somehow managed to make the shadow-cljs compilation messages to be swallowed. Fixes #3510
1 parent bcae88a commit 4c3e5e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cider-connection.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@ buffer."
397397
(when cider-auto-mode
398398
(cider-enable-on-existing-clojure-buffers))
399399

400-
;; Perform an async request, so that the nrepl-middleware is required as soon as possible,
401-
;; making the user's first interaction quicker.
402-
(cider-nrepl-request:eval "\"warm-up\"" #'ignore)
403-
404400
(run-hooks 'cider-connected-hook)))))
405401

406402
(defun cider--disconnected-handler ()

0 commit comments

Comments
 (0)