fix(ags): get rid of useless logs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-04-29 20:24:56 -04:00
parent 669a404fc3
commit b152b8a3b7

View file

@ -49,7 +49,7 @@ class GSR extends Service {
},
);
},
logError,
() => {/**/},
);
}
@ -65,7 +65,7 @@ class GSR extends Service {
{},
Notifications.popupTimeout,
);
}).catch(logError);
}).catch(console.error);
}
}