Skip to content

Commit e386bca

Browse files
committed
Removed unnecessary output of loading each file
1 parent af52375 commit e386bca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/koan_engine/koans.clj

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333

3434
(defn tests-pass? [dojo-path file-path]
3535
(u/with-dojo [dojo-path]
36-
(print "Considering" (str file-path "..."))
37-
(println)
3836
(flush)
3937
(try (load-file file-path)
4038
true

0 commit comments

Comments
 (0)