[tor-commits] [bridgedb/master] Remove a comment which is no longer helpful.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:32 UTC 2014


commit 48bb56263cac46c20878c7a80ba94dfbb97de00c
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Nov 15 14:36:27 2013 +0000

    Remove a comment which is no longer helpful.
---
 lib/bridgedb/Main.py |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/bridgedb/Main.py b/lib/bridgedb/Main.py
index 0c984c0..70f8dee 100644
--- a/lib/bridgedb/Main.py
+++ b/lib/bridgedb/Main.py
@@ -344,9 +344,6 @@ def startup(options, rundir, configFile):
             pidfile.write("%s\n" % os.getpid())
             pidfile.flush()
 
-    # Import Servers after logging is set up. Otherwise, python will create a
-    # default handler that logs to the console and ignore further basicConfig
-    # calls.
     from bridgedb import EmailServer
     from bridgedb import HTTPServer
 





More information about the tor-commits mailing list