fix(ags): get rid of useless logs

This commit is contained in:
matt1432 2024-05-01 10:21:28 -04:00
parent 595e3996c3
commit ac29acb446

View file

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