[tor-commits] [sbws/master] Comment out a debug log line

pastly at torproject.org pastly at torproject.org
Thu Jun 14 13:29:51 UTC 2018


commit 26612221646922f51bd24a595b1a15b55c18cf3f
Author: Matt Traudt <sirmatt at ksu.edu>
Date:   Tue Jun 12 21:11:44 2018 -0400

    Comment out a debug log line
---
 sbws/lib/v3bwfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py
index 4091912..bf5832c 100644
--- a/sbws/lib/v3bwfile.py
+++ b/sbws/lib/v3bwfile.py
@@ -331,7 +331,7 @@ class V3BWLine(object):
     @classmethod
     def from_results(cls, results):
         success_results = [r for r in results if isinstance(r, ResultSuccess)]
-        log.debug('len(success_results) %s', len(success_results))
+        # log.debug('len(success_results) %s', len(success_results))
         node_id = results[0].fingerprint
         bw = cls.bw_from_results(success_results)
         kwargs = dict()





More information about the tor-commits mailing list