Skip to content

Commit b2f58bf

Browse files
committed
removed debug statement
1 parent b4f2df1 commit b2f58bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/mocha-istanbul-report.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ var testEntry = 'test';
3636
if (typeof process.argv[2] === 'string')
3737
{
3838
testEntry = process.argv[2];
39-
40-
console.log('!!!!!!!! process.argv: ' + JSON.stringify(process.argv));
41-
console.log('!!!!!!!! testEntry set to: ' + testEntry);
4239
}
4340

4441
// Verify that `Istanbul` exists.

0 commit comments

Comments
 (0)