[tor-commits] [metrics-tasks/master] Take out noisy warning.

karsten at torproject.org karsten at torproject.org
Mon Jul 9 14:17:13 UTC 2012


commit 3d4e484df398a5fd395149f1fb87b3b702dd4a2c
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Jul 9 16:16:44 2012 +0200

    Take out noisy warning.
---
 task-6232/pyentropy.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/task-6232/pyentropy.py b/task-6232/pyentropy.py
index 23850d1..650423b 100644
--- a/task-6232/pyentropy.py
+++ b/task-6232/pyentropy.py
@@ -61,7 +61,6 @@ def run(file_name):
             totalExitBW += router.bandwidth
 
     if len(routers) <= 0:
-        print "Error: Old consensus file. Not able to parse."
         return
 
     entropy, entropy_exit, entropy_guard = 0.0, 0.0, 0.0



More information about the tor-commits mailing list