Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Sep 26, 2023
1 parent 57424d5 commit 17d4ab4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions report/renderer/performance-category-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ export class PerformanceCategoryRenderer extends CategoryRenderer {
const weightedMetricImpact = (newMetricScore - mAudit.result.score) * mAudit.weight;
overallImpact += weightedMetricImpact;
}
if (audit.id === 'dom-size' || audit.id === 'render-blocking-resources') {
console.log(audit.id, overallImpact, overallLinearImpact);
}
return {overallImpact, overallLinearImpact};
}

Expand Down

0 comments on commit 17d4ab4

Please sign in to comment.