We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2df1 commit b2f58bfCopy full SHA for b2f58bf
scripts/mocha-istanbul-report.js
@@ -36,9 +36,6 @@ var testEntry = 'test';
36
if (typeof process.argv[2] === 'string')
37
{
38
testEntry = process.argv[2];
39
-
40
-console.log('!!!!!!!! process.argv: ' + JSON.stringify(process.argv));
41
-console.log('!!!!!!!! testEntry set to: ' + testEntry);
42
}
43
44
// Verify that `Istanbul` exists.
0 commit comments