Skip to content

Commit

Permalink
refactor: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Mar 8, 2014
1 parent f0d333b commit 249b27d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/middleware/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ var createProxyHandler = function(proxy, proxyConfig, proxyValidateSSL, urlRoot)

exports.create = function(/* config */ config, /* config.proxies */ proxies,
/* config.proxyValidateSSL */ validateSSL) {
log.debug('createProxyHandler urlRoot=%s', config.urlRoot);
return createProxyHandler(new httpProxy.RoutingProxy({changeOrigin: true}),
proxies, validateSSL, config.urlRoot);
};

0 comments on commit 249b27d

Please sign in to comment.