Skip to content

Commit

Permalink
Lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Sep 24, 2016
1 parent 1edb38d commit d994cc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lighthouse-core/audits/dobetterweb/uses-http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class UsesHTTP2Audit extends Audit {
});
}

console.log(artifacts.SameOriginResources.map(r => r.protocol))

// Filter the non h2 resources.
const resources = artifacts.SameOriginResources.filter(record => {
return /HTTP\/[01][\.\d]?/i.test(record.protocol);
Expand Down

0 comments on commit d994cc7

Please sign in to comment.