Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed console.log
  • Loading branch information
stammen committed Nov 16, 2012
1 parent 70865cc commit cfe7888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/vows
Expand Up @@ -537,7 +537,6 @@ function importSuites(files) {
run: wrapSpawn(f)
});
} : function (suites, f) {
console.log(f);
f = path.relative(__dirname, f);
f = f.replace(/\\/g,'/');
f = f.replace('../C:','C:');
Expand Down

0 comments on commit cfe7888

Please sign in to comment.