Don't pointlessly log

This commit is contained in:
Matthias 2024-04-28 22:10:02 +02:00
parent bc743179c1
commit e18091eb27

View File

@ -31,7 +31,6 @@ export function useApi(userService: UserService, botId: string) {
(err) => {
// console.log(err);
if (err.response && err.response.status === 401) {
console.log('Fetching refresh_token...');
return userService
.refreshToken()
.catch((error) => {