Skip to content

Commit

Permalink
fix(js): remove logger.debug from transport layer (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 authored Jun 15, 2024
1 parent 1ee0a9f commit 0092f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/js/src/server/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class ServerTransport implements Types.Transport {
}

const req = transport.request(httpOptions, (res) => {
options.logger.debug(`statusCode: ${res.statusCode}`)

let body = ''
res.on('data', (chunk) => {
Expand Down

0 comments on commit 0092f9a

Please sign in to comment.