1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Removed debugging line

This commit is contained in:
Dean 2022-07-03 22:17:29 +01:00
parent 3c193129f4
commit 86063063f3

View file

@ -125,7 +125,6 @@ async function refreshOAuthToken(refreshToken, configType, configId) {
) )
} }
console.log(JSON.stringify(refreshResponse))
return refreshResponse return refreshResponse
} }