Skip to content

Commit c0dbf94

Browse files
committed
remove redundant browser REPL initialization logic now handled by
REPL infrastructure
1 parent bb55706 commit c0dbf94

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/clj/cljs/repl/browser.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,7 @@
193193
(swap! loaded-libs (partial apply conj) missing))))
194194

195195
(defn setup [repl-env opts]
196-
(when (:src repl-env)
197-
(repl/analyze-source (:src repl-env)))
198-
(comp/with-core-cljs nil
199-
(fn [] (server/start repl-env))))
196+
(server/start repl-env))
200197

201198
;; =============================================================================
202199
;; Stracktrace parsing

0 commit comments

Comments
 (0)