[tor-commits] [bridgedb/master] Decrease logging in bridgedb.bridges.Flags.update().

isis at torproject.org isis at torproject.org
Sat Jul 25 19:26:19 UTC 2015


commit ce6bb3db25117178e38e4b418df48a9efdb35623
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sun May 10 22:20:42 2015 +0000

    Decrease logging in bridgedb.bridges.Flags.update().
---
 lib/bridgedb/bridges.py |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/bridgedb/bridges.py b/lib/bridgedb/bridges.py
index 65a462c..65acbc7 100644
--- a/lib/bridgedb/bridges.py
+++ b/lib/bridgedb/bridges.py
@@ -120,11 +120,6 @@ class Flags(object):
         self.stable = 'Stable' in flags
         self.valid = 'Valid' in flags
 
-        if not self.running:
-            logging.debug("Bridge doesn't have the Running flag.")
-        if not self.stable:
-            logging.debug("Bridge doesn't have the Stable flag.")
-
 
 class BridgeAddressBase(object):
     """A base class for describing one of a :class:`Bridge`'s or a





More information about the tor-commits mailing list