aboutsummaryrefslogtreecommitdiff
path: root/bible/fullcompressor.clj
diff options
context:
space:
mode:
Diffstat (limited to 'bible/fullcompressor.clj')
-rw-r--r--bible/fullcompressor.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/bible/fullcompressor.clj b/bible/fullcompressor.clj
index 5606b8b..d9963ea 100644
--- a/bible/fullcompressor.clj
+++ b/bible/fullcompressor.clj
@@ -42,8 +42,6 @@
(str/replace #"[,.;:!?()\[\]'\*-]" #(str " " %1 " "))
(str/replace #"\s+" " ")))
-(spit "foo.txt" optimized-string)
-
(def optimized-tokens
(str/split optimized-string #" "))