We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4905ee6 commit 7af29b0Copy full SHA for 7af29b0
1 file changed
src/libs/ReportActionsUtils.ts
@@ -723,7 +723,6 @@ function isReportActionDeprecated(reportAction: OnyxEntry<ReportAction>, key: st
723
CONST.REPORT.ACTIONS.TYPE.REIMBURSED,
724
];
725
if (deprecatedOldDotReportActions.includes(reportAction.actionName)) {
726
- Log.info('Front end filtered out reportAction for being an older, deprecated report action', false, reportAction);
727
return true;
728
}
729
0 commit comments