Skip to content

Commit

Permalink
test: remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 7, 2023
1 parent 9ff05e7 commit 3b2b775
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions row_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@


def test_convert_pdf_to_pil_single_page_pdf():
print(root)
print(root.parent)

pdf = root / "test" / "data" / "single_page.PDF"

images, count, _ = row.convert_pdf_to_pil(pdf.read_bytes())
Expand Down

0 comments on commit 3b2b775

Please sign in to comment.