Removed debugging line

This commit is contained in:
Dean 2022-07-03 22:17:29 +01:00
parent 79f54d5873
commit 69b424dee6
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
}