Skip to content

Commit 129431a

Browse files
committed
fix: remove redundant testing line
1 parent 3571aad commit 129431a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules_clojure/testrunner.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
(defn -main [& args]
5959
(assert (string? (first args)) (print-str "first argument must be a string, got" args))
6060
(let [the-ns (-> args first symbol)]
61-
(println "testing" the-ns)
6261
(try
6362
(require the-ns)
6463
(binding [c.test/report pretty-report]

0 commit comments

Comments
 (0)