aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flow.py')
-rw-r--r--test/test_flow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 65e153ea..fbead1ca 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -980,8 +980,6 @@ class TestRequest:
r = tutils.treq()
r.headers = h
result = len(r._assemble_headers())
- print result
- print r._assemble_headers()
assert result == 62
def test_get_content_type(self):