From bd5becb897361e53becd0446b803634e555346d6 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 31 Oct 2023 14:52:43 +0800 Subject: [PATCH] remove console --- src/libs/ReportUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index e825e36dc86c..28135c7fd3ca 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -2156,7 +2156,6 @@ function getParentNavigationSubtitle(report) { function navigateToDetailsPage(report) { const participantAccountIDs = lodashGet(report, 'participantAccountIDs', []); - console.log('report', report) if (isOneOnOneChat(report)) { Navigation.navigate(ROUTES.PROFILE.getRoute(participantAccountIDs[0])); return;