From 1e3e91e0c2bd882ceb5d605ce5743cd0c6a7c212 Mon Sep 17 00:00:00 2001 From: dukenv0307 Date: Mon, 5 Feb 2024 11:09:12 +0700 Subject: [PATCH] fix lint --- src/libs/ReportUtils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index ad9fd58ae5d1..cb806fa43620 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -1555,7 +1555,6 @@ function getIcons( return [domainIcon]; } if (isAdminRoom(report) || isAnnounceRoom(report) || isChatRoom(report) || isArchivedRoom(report)) { - console.log('run in here'); const workspaceIcon = getWorkspaceIcon(report, policy); return [workspaceIcon]; }