From f56a3ea126f25847c9c68b4ee65441ee1dd8c5b8 Mon Sep 17 00:00:00 2001 From: Moyasee Date: Thu, 25 Sep 2025 15:55:39 +0300 Subject: [PATCH] deleted console log from user-profile-context --- src/renderer/src/context/user-profile/user-profile.context.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/src/context/user-profile/user-profile.context.tsx b/src/renderer/src/context/user-profile/user-profile.context.tsx index 22f7e16b..3b10b3e5 100644 --- a/src/renderer/src/context/user-profile/user-profile.context.tsx +++ b/src/renderer/src/context/user-profile/user-profile.context.tsx @@ -102,7 +102,6 @@ export function UserProfileContextProvider({ setPinnedGames([]); } } catch (error) { - console.error("Failed to fetch user library games:", error); setLibraryGames([]); setPinnedGames([]); }