cleanning

This commit is contained in:
Otávio Ribeiro 2012-12-07 11:17:56 -02:00 committed by indexzero
parent 31fc94aa5e
commit 8d8739999f

View File

@ -158,7 +158,6 @@ HttpProxy.prototype.proxyRequest = function (req, res, buffer) {
req.headers['x-forwarded-proto'] = getProto(req); req.headers['x-forwarded-proto'] = getProto(req);
} }
} }
console.log(req.headers);
// //
// Emit the `start` event indicating that we have begun the proxy operation. // Emit the `start` event indicating that we have begun the proxy operation.