about summary refs log tree commit diff
path: root/src/pronouns/pages.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/pages.clj
parent06f82d6837867f6e2dcf39257f6ad26e38738556 (diff)
remove superfluous println calls
Diffstat (limited to 'src/pronouns/pages.clj')
-rw-r--r--src/pronouns/pages.clj10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index 25ab4ee..da6d46e 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -92,12 +92,15 @@
     (twitter-name "morganastra")
     ", whose "
     (href "http://pronoun.is/ze/zir?or=she" "pronoun.is/ze/zir?or=she")
-    ". "
+    [:br]
+    [:br]
     "pronoun.is is free software under the "
     (href "https://www.gnu.org/licenses/agpl.html" "AGPLv3")
-    ", visit the project on "
+    "! visit the project on "
     (href "https://github.com/witch-house/pronoun.is" "github")
-    ","]]))
+    [:br]
+    [:br]
+    "<3"]]))
 
 
 (defn format-pronoun-examples
@@ -118,7 +121,6 @@
 (defn lookup-pronouns [pronouns-string]
   (let [inputs (s/split pronouns-string #"/")
         n (count inputs)]
-    (println *pronouns-table*)
     (if (>= n 5)
       (take 5 inputs)
       (u/table-lookup inputs *pronouns-table*))))