[tor-commits] [sbws/master] Remove unneded print

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


commit 3d9a73f25ef205d97b22b7fbada7677f5709fd26
Author: juga0 <juga at riseup.net>
Date:   Thu Jun 7 07:54:59 2018 +0000

    Remove unneded print
---
 tests/unit/core/test_generate.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/unit/core/test_generate.py b/tests/unit/core/test_generate.py
index a26ca5e..7777308 100644
--- a/tests/unit/core/test_generate.py
+++ b/tests/unit/core/test_generate.py
@@ -124,8 +124,6 @@ def test_generate_single_success_noscale(dotsbws_success_result, caplog,
                        time=unixts_to_isodt_str(round(result.time)),
                        success=1, error_circ=0, error_misc=0,
                        error_stream=0)
-    # bw_line = V3BWLine.from_results(results)
-    print(stdout_lines)
     assert stdout_lines[NUM_LINES_HEADER_V110] + '\n' == str(bw_line)
 
 





More information about the tor-commits mailing list