diff --git a/spec/stdlib/fs-spec.coffee b/spec/stdlib/fs-spec.coffee index b6f96fb57..da633da51 100644 --- a/spec/stdlib/fs-spec.coffee +++ b/spec/stdlib/fs-spec.coffee @@ -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