diff --git a/lib/http.js b/lib/http.js index d532eddf0cc..ed6c432548f 100644 --- a/lib/http.js +++ b/lib/http.js @@ -609,7 +609,6 @@ OutgoingMessage.prototype.write = function(chunk, encoding) { if (typeof(chunk) === 'string') { len = Buffer.byteLength(chunk, encoding); var chunk = len.toString(16) + CRLF + chunk + CRLF; - debug('string chunk = ' + util.inspect(chunk)); ret = this._send(chunk, encoding); } else { // buffer