Fix #1546 some more. Remove expensive debug call.

This commit is contained in:
Ben Noordhuis 2011-08-17 22:53:13 +02:00
parent 711a356468
commit 8e8f36f958

View 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