diff --git a/lua/conjure/client/clojure/nrepl/server.lua b/lua/conjure/client/clojure/nrepl/server.lua index 535339ae..88d96839 100644 --- a/lua/conjure/client/clojure/nrepl/server.lua +++ b/lua/conjure/client/clojure/nrepl/server.lua @@ -243,7 +243,6 @@ local function with_conn_and_ops_or_warn(op_names, f, opts) end end found_ops = a.reduce(_37_, {}, op_names) - a.println("---", op_names, found_ops) if not a["empty?"](found_ops) then return f(conn, found_ops) else