Skip to content

Commit

Permalink
tests: removed lost print()
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Feb 12, 2025
1 parent 52df135 commit 5f04b05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def test_preview_cursor_in_codeblock(create_app, req_ctx):
```
"""
data = p.preview(content=content, cursor_line=1)
print(data)
soup = bs4.BeautifulSoup(data['preview_content'], "html.parser").find(
"pre"
)
Expand Down

0 comments on commit 5f04b05

Please sign in to comment.