[tor-commits] [sbws/master] Remove print that doesn't need to exist

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


commit f80b285f66b68e0c686f88cd3c4e0d2e061e01cf
Author: Matt Traudt <sirmatt at ksu.edu>
Date:   Tue Jun 12 09:06:38 2018 -0400

    Remove print that doesn't need to exist
---
 tests/integration/lib/test_relaylist.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/integration/lib/test_relaylist.py b/tests/integration/lib/test_relaylist.py
index a3fbbf0..8488c8b 100644
--- a/tests/integration/lib/test_relaylist.py
+++ b/tests/integration/lib/test_relaylist.py
@@ -10,7 +10,6 @@ def test_relay_properties(persistent_launch_tor):
     assert relay.fingerprint == 'AA45C13025C037F056E734169891878ED0880231'
     assert 'Authority' in relay.flags
     assert not relay.exit_policy or not relay.exit_policy.is_exiting_allowed()
-    print(relay)
     assert relay.average_bandwidth == 1073741824
     assert relay.bandwidth == 0
     assert relay.address == '127.10.0.1'





More information about the tor-commits mailing list