commit 811284b37b3174e5d33aa0d56da2f19b4bdbc7eb
Author: David Fifield <[email protected]>
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)))



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to