Remove log

This commit is contained in:
Andrew Kingston 2022-01-24 19:15:06 +00:00
parent 591dafc336
commit b75401edfb
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ export const createAPIClient = config => {
// Generates an error object from an API response
const makeErrorFromResponse = async (response, method) => {
console.log("making error from", response)
// Try to read a message from the error
let message = response.statusText
let json = null