diff --git a/dev/dev.clj b/dev/dev.clj index ee0b160..7b23b0a 100644 --- a/dev/dev.clj +++ b/dev/dev.clj @@ -1,8 +1,6 @@ (ns dev "Tools for interactive development with the REPL. This file should - not be included in a production build of the application." - ;; (:use [cljs.repl :only [repl]] - ;; [cljs.repl.browser :only [repl-env]]) + not be included in a production build of the application." (:require [clojure.java.io :as io] [clojure.java.javadoc :refer [javadoc]] [clojure.pprint :refer [pprint]] @@ -11,7 +9,6 @@ [clojure.set :as set] [clojure.string :as str] [clojure.test :as test] - ;; [clojure.core.async :refer [>!! !