Removed debugging line

This commit is contained in:
Dean 2022-07-03 22:17:29 +01:00
parent 3c193129f4
commit 86063063f3
1 changed files with 0 additions and 1 deletions

View File

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