1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 18:50:05 +00:00

fix(error-handling): fixed console.log

This commit is contained in:
Yury Shkoda
2021-03-09 18:06:27 +03:00
parent 15e1acaf4f
commit 599c130395

View File

@@ -458,8 +458,6 @@ const throwIfError = (response: AxiosResponse) => {
throw new AuthorizeError(response.data.message, authorizeRequestUrl)
}
console.log(`[response]`, response)
const error = parseError(response.data as string)
if (error) {