[tor-commits] [flashproxy/master] Get rid of the "client regs" message.

dcf at torproject.org dcf at torproject.org
Wed Jul 4 12:28:40 UTC 2012


commit 811284b37b3174e5d33aa0d56da2f19b4bdbc7eb
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Jul 4 05:20:42 2012 -0700

    Get rid of the "client regs" message.
---
 facilitator.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/facilitator.py b/facilitator.py
index 0a6a018..3347624 100755
--- a/facilitator.py
+++ b/facilitator.py
@@ -225,8 +225,6 @@ class Handler(BaseHTTPServer.BaseHTTPRequestHandler):
             self.send_error(400)
             return
 
-        log(u"client %s regs %s -> %s"
-            % (safe_str(client_addr_s), safe_str(repr(client_spec)), safe_str(unicode(reg))))
         if REGS.add(reg):
             log(u"client %s %s (now %d)"
                 % (safe_str(client_addr_s), safe_str(unicode(reg)), len(REGS)))





More information about the tor-commits mailing list