Skip to content

Commit

Permalink
disable no console for now.:
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ramsdell committed Nov 16, 2023
1 parent 8ddf3d6 commit 0ebd597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/api/queryInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default async ({ operation, auth, url, timeout = 0, authType = undefined,
},
});

// eslint-disable-next-line no-console
console.log('response: ', request);

clearTimeout(id);
Expand Down

0 comments on commit 0ebd597

Please sign in to comment.