mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: remove error logging
This commit is contained in:
parent
ef3bf98903
commit
2ddda4e4d2
1 changed files with 0 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue