diff --git a/src/components/layout/header/account-switcher.tsx b/src/components/layout/header/account-switcher.tsx index 13d601d5..4dbe5b4f 100644 --- a/src/components/layout/header/account-switcher.tsx +++ b/src/components/layout/header/account-switcher.tsx @@ -49,8 +49,6 @@ const RenderAccountItems = ({ isVirtual, modifiedAccountList, switchAccount }: T if (account_data) account_data.current = account_info; }, [client, modifiedAccountList]); - console.log('test', account_data.current); - useEffect(() => { fetchAccountSwitcherData(); }, []);