From 3e6bbb8bf4e9f4f4123f68598c811eb5971684ef Mon Sep 17 00:00:00 2001 From: Patrick Kingston Date: Mon, 26 Jan 2026 22:59:54 -0500 Subject: Remove foo.txt once and for all --- bible/fullcompressor.clj | 2 -- 1 file changed, 2 deletions(-) (limited to 'bible/fullcompressor.clj') 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 #" ")) -- cgit v1.2.3