From 198000feefd525125a2031557b3556978a057bde Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Tue, 27 Jul 2010 21:58:25 -0400 Subject: [PATCH] updating docs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 752e8747b..69e03af50 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Let's suppose you were running multiple http application servers, but you only w http.createServer(function (req, res){ var proxy = new httpProxy; proxy.init(req, res); - sys.puts('proxying request to http://localhost:9000'); proxy.proxyRequest('localhost', '9000', req, res); }).listen(8000);