From 71d80470cace2867008a27bbc5030cbecb7384ac Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 9 May 2012 08:33:34 -0600 Subject: [PATCH] Remove console.log --- spec/stdlib/fs-spec.coffee | 1 - 1 file changed, 1 deletion(-) 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