Skip to content

Commit

Permalink
build-perf: Remove extra debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
andygup committed Oct 10, 2023
1 parent 254c805 commit eee09c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/build-perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ const browserPerformanceTest = async (path, sampleName = "") => {
// Close it because we may need to test multiple directories
const shutdown = await webserver.stop();
console.log("Shutting down webserver:", shutdown);
console.log(pageMetrics);
return pageMetrics;
} else {
console.log("\x1b[41m\x1b[30mERROR page did not load:", path);
Expand Down

0 comments on commit eee09c4

Please sign in to comment.