Skip to content

Commit dc3e73b

Browse files
committed
removed debug statement
1 parent 91a34f9 commit dc3e73b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/mocha.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ var testEntry = 'test';
2121
if (typeof process.argv[2] === 'string')
2222
{
2323
testEntry = process.argv[2];
24-
25-
2624
}
2725

2826
// Verify that `Mocha` exists.

0 commit comments

Comments
 (0)