Skip to content

Commit

Permalink
remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
c3024 committed Oct 17, 2024
1 parent aba9545 commit d0aa14e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/ReportActionsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ function getSortedReportActions(reportActions: ReportAction[] | null, shouldSort
return (first.reportActionID < second.reportActionID ? -1 : 1) * invertedMultiplier;
});

console.log('reportActions', reportActions, 'sortedActions', sortedActions);

return sortedActions;
}

Expand Down

0 comments on commit d0aa14e

Please sign in to comment.