about summary refs log tree commit diff
path: root/src/pronouns/web.clj
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2016-09-20 16:02:48 -0700
committerMorgan Astra <m@morganastra.me>2016-09-20 16:02:48 -0700
commit364552f49a372eb223f62a319dc63768451f7b94 (patch)
tree89047477a749cd662451cf3e150fa341fb6df832 /src/pronouns/web.clj
parent06f82d6837867f6e2dcf39257f6ad26e38738556 (diff)
remove superfluous println calls
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r--src/pronouns/web.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj
index 168ed62..eda8376 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -52,7 +52,6 @@
     (try (handler req)
          (catch Exception e
            (binding [*out* *err*]
-             (println e)
              {:status 500
               :headers {"Content-Type" "text/html"}
               :body (slurp (io/resource "500.html"))})))))