Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Sep 5, 2023
1 parent 2fd06bf commit 2d07fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zd/zentext.clj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@


(defn get-lines [s]
(println :?s s)
(if (string? s)
(line-seq (io/reader (StringReader. s)))
(println "ERROR: " s)))
Expand Down

0 comments on commit 2d07fb1

Please sign in to comment.