diff --git a/src/libs/Performance.tsx b/src/libs/Performance.tsx index a2667955326d..ac42639c4bdd 100644 --- a/src/libs/Performance.tsx +++ b/src/libs/Performance.tsx @@ -112,7 +112,7 @@ if (Metrics.canCapturePerformanceMetrics()) { // we don't want the alert to show on an e2e test session if (!isE2ETestSession()) { - Performance.printPerformanceMetrics(); + // Performance.printPerformanceMetrics(); } }); });