Skip to content

Commit

Permalink
remove the log
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Oct 22, 2024
1 parent 81a0f94 commit 2534d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ function getDefaultNotificationPreferenceForReport(report: OnyxEntry<Report>): V
/**
* Get the notification preference given a report
*/
function getReportNotificationPreference(report: OnyxEntry<Report>, shouldDefaltToHidden = true, log = ''): ValueOf<typeof CONST.REPORT.NOTIFICATION_PREFERENCE> {
function getReportNotificationPreference(report: OnyxEntry<Report>, shouldDefaltToHidden = true): ValueOf<typeof CONST.REPORT.NOTIFICATION_PREFERENCE> {
if (!shouldDefaltToHidden) {
return report?.participants?.[currentUserAccountID ?? -1]?.notificationPreference ?? getDefaultNotificationPreferenceForReport(report);
}
Expand Down

0 comments on commit 2534d62

Please sign in to comment.