summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_basic_api.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py
index 32d675b6..7485df1a 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -75,8 +75,6 @@ def test_lexer_classes():
for token in tokens:
assert isinstance(token, tuple)
assert isinstance(token[0], _TokenType)
- if isinstance(token[1], str):
- print(repr(token[1]))
assert isinstance(token[1], text_type)
txt += token[1]
assert txt == test_content, "%s lexer roundtrip failed: %r != %r" % \