Skip to content

Commit

Permalink
Recompile, remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed May 14, 2022
1 parent 1182c54 commit 84c81b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/conjure/client/clojure/nrepl/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84c81b8

Please sign in to comment.