Skip to content

Commit

Permalink
disable printing TTI metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-mikolajczak committed Jan 10, 2024
1 parent f5b3b23 commit 8717ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Performance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
});
});
Expand Down

0 comments on commit 8717ee4

Please sign in to comment.