Skip to content

Commit

Permalink
chore: Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jun 13, 2024
1 parent 9407f5d commit 2806d9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/fetch/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ describe('Make a fetch request via duplex', () => {
// We don't use anything but HTTP/1.1
continue
}
console.log('Testing case: ', httpCase.name)
const [client, server] = duplexPair<Uint8Array | Uint8ArrayList>()
// Request doesn't matter
const respPromise = fetchViaDuplex(client)(new Request('http://example.com/'))
Expand Down Expand Up @@ -182,7 +181,6 @@ describe('Make a fetch request via duplex', () => {
// We don't use anything but HTTP/1.1
continue
}
console.log('Testing case: ', httpCase.name)
const [client, server] = duplexPair<Uint8Array | Uint8ArrayList>()
// Request doesn't matter
const respPromise = fetchViaDuplex(client)(new Request('http://example.com/'))
Expand Down

0 comments on commit 2806d9e

Please sign in to comment.