[tor-commits] [flashproxy/master] Remove the "proxy connects" log message.
dcf at torproject.org
dcf at torproject.org
Wed Jul 4 12:28:40 UTC 2012
commit 7d047b2e4ad56b1c652c16a1ef76739ee021addb
Author: David Fifield <david at bamsoftware.com>
Date: Wed Jul 4 05:10:17 2012 -0700
Remove the "proxy connects" log message.
---
facilitator.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/facilitator.py b/facilitator.py
index ed06301..040d189 100755
--- a/facilitator.py
+++ b/facilitator.py
@@ -195,8 +195,6 @@ class Handler(BaseHTTPServer.BaseHTTPRequestHandler):
def do_GET(self):
proxy_addr_s = format_addr(self.client_address)
- log(u"proxy %s connects" % safe_str(proxy_addr_s))
-
path = urlparse.urlsplit(self.path)[2]
reg = REGS.fetch()
More information about the tor-commits
mailing list