summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_formatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_exceptions/test_formatter.py')
-rw-r--r--tests/test_exceptions/test_formatter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_exceptions/test_formatter.py b/tests/test_exceptions/test_formatter.py
index 3d5bdad..15656d8 100644
--- a/tests/test_exceptions/test_formatter.py
+++ b/tests/test_exceptions/test_formatter.py
@@ -153,7 +153,6 @@ def test_hide_after():
raise_error)
except:
result = format(f)
- print(strip_html(result).encode('ascii', 'replace'))
assert 'AABB' in result
assert 'CCDD' not in result
assert 'raise_error' in result