Skip to content

Commit

Permalink
rmlog
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Dec 20, 2023
1 parent cc6b114 commit be42b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entries/iframe/notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const Notification = ({
status: IN_DAPP_NOTIFICATION_STATUS;
extensionUrl: string;
}) => {
console.log('NOTIFICATION GETTING', chainName, chainId);
const [ref, setRef] = useState<HTMLIFrameElement>();
const [iframeLoaded, setIframeLoaded] = useState<boolean>(false);
const [siteTheme, setSiteTheme] = useState<'dark' | 'light'>('dark');
Expand Down

0 comments on commit be42b46

Please sign in to comment.