Skip to content

Commit fccf801

Browse files
committed
debug
1 parent 57a6c94 commit fccf801

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/babashka/bbin/scripts/git_dir_test.clj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,3 @@
9191
(is (= git-ssh-url-lib out))
9292
(is (fs/exists? bin-file))
9393
(is (= "Hello world!" (tu/run-bin-script 'hello))))))
94-
95-
(defn read-all
96-
[file]
97-
(let [rdr (-> file io/file io/reader PushbackReader.)]
98-
(loop [forms []]
99-
(let [form (try (read rdr) (catch Exception e nil))]
100-
(if form
101-
(recur (conj forms form))
102-
forms)))))
103-
104-
(comment
105-
(run! tap> (read-all "debug.edn")))

0 commit comments

Comments
 (0)