From 6d14923200a3403deb96d46a0d0acbe130d40efb Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 16 Aug 2018 20:26:01 +0200 Subject: Remove a default return value --- cider-connection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-connection.el') diff --git a/cider-connection.el b/cider-connection.el index 6604c8ed..da2c2d15 100644 --- a/cider-connection.el +++ b/cider-connection.el @@ -202,7 +202,7 @@ Retrieve the underlying connection's CIDER-nREPL version and checks if the middleware used is compatible with CIDER. If not, will display a warning message in the REPL area." (let* ((version-dict (nrepl-aux-info "cider-version" (cider-current-repl))) - (middleware-version (nrepl-dict-get version-dict "version-string" "not installed"))) + (middleware-version (nrepl-dict-get version-dict "version-string"))) (cond ((null middleware-version) (cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version" -- cgit v1.2.3