Skip to content

Commit

Permalink
Remove unused code as part of M002 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenton Ashworth and Craig Andera committed Jan 24, 2012
1 parent 9c7a6ff commit 66a8a4f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/app/clj/one/sample/dev_server.clj
Expand Up @@ -95,21 +95,3 @@
"Start the development server on port 8080."
[]
(run-jetty (var app) {:join? false :port 8080}))

(defn cljs-repl
"Start a ClojureScript REPL which can connect to the development
version of the application. The REPL will not work until the
development page connects to it, so you will need to either open or
refresh the development page after calling this function."
[]
(repl (repl-env)))

(comment
;; One.Sample.the server.
(use 'one.sample.dev-server :reload-all)
(run-server)
;; Start a REPL.
(cljs-repl)
;; Don't forget to open the development page, or refresh it if it's
;; already open, or the REPL won't work
)

0 comments on commit 66a8a4f

Please sign in to comment.