Skip to content

Commit 7af29b0

Browse files
committed
Remove noisy log line
1 parent 4905ee6 commit 7af29b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libs/ReportActionsUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ function isReportActionDeprecated(reportAction: OnyxEntry<ReportAction>, key: st
723723
CONST.REPORT.ACTIONS.TYPE.REIMBURSED,
724724
];
725725
if (deprecatedOldDotReportActions.includes(reportAction.actionName)) {
726-
Log.info('Front end filtered out reportAction for being an older, deprecated report action', false, reportAction);
727726
return true;
728727
}
729728

0 commit comments

Comments
 (0)