mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Don't pointlessly log
This commit is contained in:
parent
bc743179c1
commit
e18091eb27
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user