Skip to content

Commit

Permalink
Remove debug println from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 12, 2015
1 parent 7bc2fb4 commit 416bc31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ns_tracker/test/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
(Thread/sleep 1000)
(let [modified-namespaces (ns-tracker [(file "tmp")])]
(Thread/sleep 1000)
(println (modified-namespaces))
(spit (file "tmp/example/internal/y.clj") '(ns example.internal.y))
(is (= (modified-namespaces) '(example.internal.y example.x)))))

Expand Down

0 comments on commit 416bc31

Please sign in to comment.