Skip to content

Commit

Permalink
Merge pull request #208 from Kitware/fix_angleissues
Browse files Browse the repository at this point in the history
fix(BrowserIssues): Don't check angle issues
  • Loading branch information
floryst committed Aug 29, 2018
2 parents 68d8837 + 7441950 commit d9542e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/core/BrowserIssues/script.js
Expand Up @@ -25,9 +25,9 @@ function getBrowserIssues() {
if (strToTest.indexOf('intel') !== -1) {
this.$set(this.issues, 'integratedGPU', UNMASKED_RENDERER.value);
}
if (strToTest.indexOf('angle') !== -1) {
this.$set(this.issues, 'angle', true);
}
// if (strToTest.indexOf('angle') !== -1) {
// this.$set(this.issues, 'angle', true);
// }
}

if (Object.keys(this.issues).length && !this.suppressWarning) {
Expand Down

0 comments on commit d9542e1

Please sign in to comment.