[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 97a5ade0d06966beb6aca203034fd9c8e9a8d850
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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:



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits