From a2076b4e2d9c1ab81950c7f36bd6d0851c76f343 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Sat, 26 Jul 2025 06:54:34 +0300 Subject: [PATCH] minor fix --- src/pages/home.tsx | 1 - 1 file changed, 1 deletion(-) 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(