Skip to content

Commit

Permalink
Remove debug print from test (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Aug 31, 2023
1 parent 212160f commit c254806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def test_preserve_comment_newlines():
#define multi_anchor
"""
data = TokenParser._remove_comments(cdef)
print(repr(data))

mock_token = Mock()
mock_token.match.string = data
Expand Down

0 comments on commit c254806

Please sign in to comment.