diff options
Diffstat (limited to 'src/pronouns')
-rw-r--r-- | src/pronouns/util.clj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pronouns/util.clj b/src/pronouns/util.clj index fa14698..424e0f1 100644 --- a/src/pronouns/util.clj +++ b/src/pronouns/util.clj @@ -17,8 +17,6 @@ (ns pronouns.util (:require [clojure.string :as s])) -(defn print-and-return "for debugging" [x] (println x) x) - (defn slurp-tabfile "Read a tabfile from a filesystem <path> as a table" [path] |