Skip to content

Commit

Permalink
remove REPORT_INITIAL_RENDER
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-mikolajczak committed Aug 9, 2024
1 parent b2f59d9 commit 15ec109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ function ReportActionsView({
if (!ReportActionsView.initMeasured) {
Performance.markEnd(CONST.TIMING.OPEN_REPORT);
Performance.markEnd(CONST.TIMING.REPORT_INITIAL_RENDER);
Timing.end(CONST.TIMING.REPORT_INITIAL_RENDER);
ReportActionsView.initMeasured = true;
} else {
Performance.markEnd(CONST.TIMING.SWITCH_REPORT);
Expand Down

0 comments on commit 15ec109

Please sign in to comment.