Skip to content

Commit 8d16512

Browse files
removed Base.consoleLog within json.js
1 parent 1b10424 commit 8d16512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/reporters/json.js

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function JSONReporter(runner, options = {}) {
4545
var output;
4646

4747
if (options.reporterOption && options.reporterOption.output) {
48-
Base.consoleLog('JSON Options:', options.reporterOption);
4948
if (utils.isBrowser()) {
5049
throw createUnsupportedError('file output not supported in browser');
5150
}

0 commit comments

Comments
 (0)