Skip to content

Commit

Permalink
report: remove accidental console.log() (#15635)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Nov 29, 2023
1 parent ca95768 commit bd82605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report/renderer/explodey-gauge.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ function _setPerfGaugeExplodey(dom, wrapperEl, category) {
if (parentEl !== highlightEl) {
highlightEl.classList.remove('metric--highlight');
parentEl.classList.add('metric--highlight');
console.log({highlightEl, parent: parentEl});
}
}
}
Expand Down

1 comment on commit bd82605

@AuQaE
Copy link

@AuQaE AuQaE commented on bd82605 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bueno estoy realizando cambios ela

Please sign in to comment.