We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af52375 commit e386bcaCopy full SHA for e386bca
src/koan_engine/koans.clj
@@ -33,8 +33,6 @@
33
34
(defn tests-pass? [dojo-path file-path]
35
(u/with-dojo [dojo-path]
36
- (print "Considering" (str file-path "..."))
37
- (println)
38
(flush)
39
(try (load-file file-path)
40
true
0 commit comments