about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pronouns/web.clj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj
index 9219369..6c758fe 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -51,7 +51,3 @@
 (defn -main []
   (let [port (Integer. (:port env))]
     (jetty/run-jetty app {:port port})))
-
-;; For interactive development:
-;; (.stop server)
-;; (def server (-main))