Fixes #1546. Remove expensive debug call.
authorRyan Dahl <ry@tinyclouds.org>
Wed, 17 Aug 2011 20:21:15 +0000 (13:21 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 17 Aug 2011 20:21:15 +0000 (13:21 -0700)
lib/http.js

index d532edd..ed6c432 100644 (file)
@@ -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