From 8d8739999fcaf4cdd8f2471046f6f036c44dc8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Ribeiro?= Date: Fri, 7 Dec 2012 11:17:56 -0200 Subject: [PATCH] cleanning --- lib/node-http-proxy/http-proxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node-http-proxy/http-proxy.js b/lib/node-http-proxy/http-proxy.js index d51532c..a26a68c 100644 --- a/lib/node-http-proxy/http-proxy.js +++ b/lib/node-http-proxy/http-proxy.js @@ -158,7 +158,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) { req.headers['x-forwarded-proto'] = getProto(req); } } - console.log(req.headers); // // Emit the `start` event indicating that we have begun the proxy operation.