aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-22 09:52:31 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-22 09:52:31 -0700
commitfd5398ce80228625fb241f56fe9e92f477986ceb (patch)
tree0385953015a3677100424c67b073679348cc5a5a
parent633bef7ef11ff204fba4afd06cde1b532be3d591 (diff)
downloadbun-fd5398ce80228625fb241f56fe9e92f477986ceb.tar.gz
bun-fd5398ce80228625fb241f56fe9e92f477986ceb.tar.zst
bun-fd5398ce80228625fb241f56fe9e92f477986ceb.zip
woops
-rw-r--r--src/bun.js/http.exports.js1
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();