summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authordpsutton <dpsutton@users.noreply.github.com>2017-01-22 19:27:23 -0600
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-23 08:27:23 +0700
commitefe15912fa66c4f7547e223d3b7ed7142572e059 (patch)
tree1f36087df47ed39e837aea0a57146b46a1f9ae37 /cider.el
parent04e428ba4d1c2d446726fc77238a8fcd78903950 (diff)
Remove session from nrepl interaction (#1925)
Connection and session are inextricably linked. Rather than try to thread these two in lockstep throughout the whole request life cycle, we let the last step insert either the nrepl-session or the nrepl-tooling-session.
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index fc645017..3adf9f17 100644
--- a/cider.el
+++ b/cider.el
@@ -456,7 +456,6 @@ should be the regular Clojure REPL started by the server process filter."
(cider-nrepl-send-request
(list "op" "eval"
"ns" (cider-current-ns)
- "session" nrepl-session
"code" cider-cljs-lein-repl)
(cider-repl-handler (current-buffer)))
(cider--offer-to-open-app-in-browser nrepl-server-buffer))))