From 48d696aa0a7d8fa52a1bb1603c71df5222dae8e0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 30 Apr 2024 17:08:07 -0600 Subject: [PATCH] Update web/src/utils/iconUtil.tsx --- web/src/utils/iconUtil.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/utils/iconUtil.tsx b/web/src/utils/iconUtil.tsx index ef1e38cfe..bc9f74a8b 100644 --- a/web/src/utils/iconUtil.tsx +++ b/web/src/utils/iconUtil.tsx @@ -35,7 +35,6 @@ export function getIconForGroup(icon: string, className: string = "size-4") { } export function getIconForLabel(label: string, className?: string) { - console.log(`the label is ${label}`) if (label.endsWith("-verified")) { return getVerifiedIcon(label, className); }