mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
refactor: remove error logging
This commit is contained in:
@@ -31,7 +31,6 @@ const resetGameAchievements = async (
|
||||
);
|
||||
|
||||
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`)
|
||||
.catch((err) => achievementsLogger.error(err))
|
||||
.then((res) => achievementsLogger.log(res));
|
||||
|
||||
const gameAchievements = await getUnlockedAchievements(
|
||||
|
||||
Reference in New Issue
Block a user