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([]); }