[tor-commits] [bridgedb/master] Remove two rather excessive log statements from Bridges module.

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


commit 97a5ade0d06966beb6aca203034fd9c8e9a8d850
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Nov 15 19:27:39 2013 +0000

    Remove two rather excessive log statements from Bridges module.
---
 lib/bridgedb/Bridges.py |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/bridgedb/Bridges.py b/lib/bridgedb/Bridges.py
index 59fe38b..579dd4f 100644
--- a/lib/bridgedb/Bridges.py
+++ b/lib/bridgedb/Bridges.py
@@ -440,7 +440,6 @@ def parseExtraInfoFile(f):
 
         # get the bridge ID ?
         if line.startswith("extra-info "): #XXX: get the router ID
-            logging.debug("Parsing extra-info line")
             line = line[11:]
             (nickname, ID) = line.split()
             logging.debug("  Parsed Nickname: %s", nickname)
@@ -452,7 +451,6 @@ def parseExtraInfoFile(f):
 
         # get the transport line
         if ID and line.startswith("transport "):
-            logging.debug("  Parsing transport line")
             fields = line[10:].split()
             # [ arglist ] field, optional
             if len(fields) >= 3:





More information about the tor-commits mailing list