Fixes #1546. Remove expensive debug call.

This commit is contained in:
Ryan Dahl 2011-08-17 13:21:15 -07:00
parent 5e37e10e41
commit 9cd510846e

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