deleted console log from user-profile-context

This commit is contained in:
Moyasee
2025-09-25 15:55:39 +03:00
parent eea701f046
commit f56a3ea126

View File

@@ -102,7 +102,6 @@ export function UserProfileContextProvider({
setPinnedGames([]);
}
} catch (error) {
console.error("Failed to fetch user library games:", error);
setLibraryGames([]);
setPinnedGames([]);
}