Skip to content

Commit

Permalink
remove busted REPL assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Mar 15, 2015
1 parent feccc01 commit f661962
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/clj/cljs/repl/browser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ goog.events.getProxy/f<@http://localhost:9000/out/goog/events/events.js:276:16"
support reflection. Defaults to \"src/\".
"
[& {:as opts}]
(assert (even? (count opts)) "Arguments must be interleaved key value pairs")
(repl-env* opts))

(comment
Expand Down
1 change: 0 additions & 1 deletion src/clj/cljs/repl/nashorn.clj
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,4 @@
(defn repl-env
"Create a Nashorn repl-env for use with the repl/repl* method in Clojurescript."
[& {:as opts}]
(assert (even? (count opts)) "Arguments must be interleaved key value pairs")
(repl-env* opts))
1 change: 0 additions & 1 deletion src/clj/cljs/repl/node.clj
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,5 @@
(defn repl-env
"Construct a Node.js evalution environment. Can supply :host and :port."
[& {:as options}]
(assert (even? (count options)) "Arguments must be interleaved key value pairs")
(repl-env* options))

0 comments on commit f661962

Please sign in to comment.