diff options
author | 2022-08-22 09:52:31 -0700 | |
---|---|---|
committer | 2022-08-22 09:52:31 -0700 | |
commit | fd5398ce80228625fb241f56fe9e92f477986ceb (patch) | |
tree | 0385953015a3677100424c67b073679348cc5a5a | |
parent | 633bef7ef11ff204fba4afd06cde1b532be3d591 (diff) | |
download | bun-fd5398ce80228625fb241f56fe9e92f477986ceb.tar.gz bun-fd5398ce80228625fb241f56fe9e92f477986ceb.tar.zst bun-fd5398ce80228625fb241f56fe9e92f477986ceb.zip |
woops
-rw-r--r-- | src/bun.js/http.exports.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/http.exports.js b/src/bun.js/http.exports.js index 01fdab696..a5b61f410 100644 --- a/src/bun.js/http.exports.js +++ b/src/bun.js/http.exports.js @@ -275,7 +275,6 @@ export class ServerResponse extends Writable { } _writev(chunks, callback) { - console.trace("typeof chunk " + chunks[0].chunk); if (chunks.length === 1 && !this.headersSent && !this.#firstWrite) { this.#firstWrite = chunks[0].chunk; callback(); |