Skip to content

Commit 723c335

Browse files
bbatsovcap10morgan
authored andcommitted
Revert "Require cider.nrepl.print-method upon connecting"
This reverts commit 7cc4a19. The problem is now fixed in cider-nrepl, so this workaround is no longer needed.
1 parent ab7496a commit 723c335

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cider.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,6 @@ buffer."
528528
(cider--check-middleware-compatibility)
529529
(cider--debug-init-connection)
530530
(cider--subscribe-repl-to-server-out)
531-
(cider-nrepl-request:eval
532-
"(try (require 'cider.nrepl.print-method)
533-
(catch Throwable _ nil))"
534-
#'ignore)
535531
(when cider-auto-mode
536532
(cider-enable-on-existing-clojure-buffers))
537533
(run-hooks 'cider-connected-hook))

0 commit comments

Comments
 (0)