diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 92b8b10b..7b543c7e 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -57,7 +57,6 @@ const MinimalHomePage: React.FC = () => { const currentProfile = useMemo(() => { return profileItems.find(p => p.uid === profiles?.current); }, [profileItems, profiles?.current]); - console.log("Current profile", currentProfile); const currentProfileName = currentProfile?.name || profiles?.current; const activateProfile = useCallback(