remove errant println!

This commit is contained in:
Morgan Astra 2016-08-07 03:20:31 -07:00
parent f7e3f082ce
commit a4369bf849

View File

@ -133,7 +133,6 @@
alternates (map #(lookup-pronouns (escape-html %) alternates (map #(lookup-pronouns (escape-html %)
pronouns-table) pronouns-table)
ors)] ors)]
(println pronoun-declension)
(if pronoun-declension (if pronoun-declension
(format-pronoun-examples pronoun-declension alternates) (format-pronoun-examples pronoun-declension alternates)
(not-found)))) (not-found))))