Skip to content

Commit b05b2ca

Browse files
mfikesswannodette
authored andcommitted
CLJS-2675: cljs.main: test-cljs-2645 failing (-co with :closure-defines edn)
1 parent 071988f commit b05b2ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/clojure/cljs/cli.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ classpath. Classpath-relative paths have prefix of @ or @/")
211211
edn (if (string/starts-with? ropts "{")
212212
(edn/read-string ropts)
213213
(load-edn-opts ropts))]
214-
(println edn)
215214
(update cfg :repl-env-options merge edn)))
216215

217216
(defn- compile-opts-opt
@@ -220,7 +219,6 @@ classpath. Classpath-relative paths have prefix of @ or @/")
220219
edn (if (string/starts-with? copts "{")
221220
(edn/read-string copts)
222221
(load-edn-opts copts))]
223-
(println edn)
224222
(update cfg :options merge edn)))
225223

226224
(defn- init-opt

0 commit comments

Comments
 (0)