Remove console.log

This commit is contained in:
Nathan Sobo
2012-05-09 08:33:34 -06:00
parent 6dda27e771
commit 71d80470ca

View File

@@ -54,7 +54,6 @@ describe "fs", ->
it "does not recurse into a directory if it is pruned", ->
paths = []
fs.traverseTree fixturesDir, (path, prune) ->
console.log path
if path.match(/\/dir$/)
prune()
else