Skip to content

Commit

Permalink
CDP - remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffeastrom committed Nov 27, 2017
1 parent df44458 commit def32ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cdp/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ class Runner {
if (!this.argv.url) {
this.fail('`options.url` must be specified to run tests');
}
this.mediator.on('write', (output) => {
if (!this.argv.outputReporterOnly) {
return;
}
process.stdout.write(output);
});
this.mediator.on('width', () => {
if (!this.client) {
return;
Expand Down

0 comments on commit def32ba

Please sign in to comment.