Skip to content

Commit

Permalink
clean debug left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
pubpub-zz committed Jul 29, 2022
1 parent d62fc3f commit ae9047f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyPDF2/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,6 @@ def extract_text(

if isinstance(orientations, int):
orientations = (orientations,)
print(self, self.pdf, orientations, space_width, PG.CONTENTS)

return self._extract_text(
self, self.pdf, orientations, space_width, PG.CONTENTS
Expand Down

0 comments on commit ae9047f

Please sign in to comment.