We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071988f commit b05b2caCopy full SHA for b05b2ca
1 file changed
src/main/clojure/cljs/cli.clj
@@ -211,7 +211,6 @@ classpath. Classpath-relative paths have prefix of @ or @/")
211
edn (if (string/starts-with? ropts "{")
212
(edn/read-string ropts)
213
(load-edn-opts ropts))]
214
- (println edn)
215
(update cfg :repl-env-options merge edn)))
216
217
(defn- compile-opts-opt
@@ -220,7 +219,6 @@ classpath. Classpath-relative paths have prefix of @ or @/")
220
219
edn (if (string/starts-with? copts "{")
221
(edn/read-string copts)
222
(load-edn-opts copts))]
223
224
(update cfg :options merge edn)))
225
226
(defn- init-opt
0 commit comments