commit fd09c3605859f949801929704212e259ba0e021e Author: David Fifield david@bamsoftware.com Date: Wed Oct 16 23:58:41 2013 -0700
Remove obsolete comment. --- facilitator/facilitator | 1 - 1 file changed, 1 deletion(-)
diff --git a/facilitator/facilitator b/facilitator/facilitator index c2f6167..8988d9e 100755 --- a/facilitator/facilitator +++ b/facilitator/facilitator @@ -357,7 +357,6 @@ class Handler(SocketServer.StreamRequestHandler): class Server(SocketServer.ThreadingMixIn, SocketServer.TCPServer): allow_reuse_address = True
-# Registration sets per-outermost-transport # Addresses are plain tuples (str(host), int(port))
CLIENTS = {
tor-commits@lists.torproject.org