From 8e8f36f9583cd4b0c1c76b5640a409647d0c260c Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 17 Aug 2011 22:53:13 +0200 Subject: [PATCH] Fix #1546 some more. Remove expensive debug call. --- lib/http2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/http2.js b/lib/http2.js index a7c94ae35a2..5196dfca663 100644 --- a/lib/http2.js +++ b/lib/http2.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