Skip to content

Commit

Permalink
Remove the commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Aug 5, 2021
1 parent ad45917 commit f572517
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions actions/ui-check/tests/reporters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ class MyCustomReporter {
this.errors[ id ].pages = [];
this.errors[ id ].details = [];
this.errors[ id ].severity = '';

// if ( ! this.errors[ result.ancestorTitles ].errors ) {
// this.errors[ result.ancestorTitles ].errors = [];
// }
// if ( ! this.errors[ result.ancestorTitles ].warnings ) {
// this.errors[ result.ancestorTitles ].warnings = [];
// }
}

// Get the error type
Expand Down

0 comments on commit f572517

Please sign in to comment.