Skip to content

Commit

Permalink
refactor(client): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jun 13, 2021
1 parent 283272e commit 495c46c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/client/src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export function useHttp(getUrl: () => string | undefined): Return {
xhr.addEventListener('timeout', e => {
onError(new Error((e.target as XMLHttpRequest)?.statusText))
})
xhr.addEventListener('abort', e => {
console.log(e)
})
xhr.addEventListener('load', e => {
const target = e.target as XMLHttpRequest

Expand Down

0 comments on commit 495c46c

Please sign in to comment.