commit 3d4e484df398a5fd395149f1fb87b3b702dd4a2c Author: Karsten Loesing karsten.loesing@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
tor-commits@lists.torproject.org