Skip to content

Commit 4a27ad0

Browse files
authored
Merge pull request Expensify#63322 from Expensify/ionatan_removenoisylogline
Remove noisy log line
2 parents a887156 + 7af29b0 commit 4a27ad0

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)