From be42b46feefe5fe1dd761d27f23a21e49f3784e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Wed, 20 Dec 2023 12:29:00 -0300 Subject: [PATCH] rmlog --- src/entries/iframe/notification.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/entries/iframe/notification.tsx b/src/entries/iframe/notification.tsx index 8d04c56068..1f91f26c80 100644 --- a/src/entries/iframe/notification.tsx +++ b/src/entries/iframe/notification.tsx @@ -62,7 +62,6 @@ export const Notification = ({ status: IN_DAPP_NOTIFICATION_STATUS; extensionUrl: string; }) => { - console.log('NOTIFICATION GETTING', chainName, chainId); const [ref, setRef] = useState(); const [iframeLoaded, setIframeLoaded] = useState(false); const [siteTheme, setSiteTheme] = useState<'dark' | 'light'>('dark');