From ae9047f5423c1f86dd1fd04352c2b9b5724202b6 Mon Sep 17 00:00:00 2001 From: pubpub-zz <4083478+pubpub-zz@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:27:16 +0200 Subject: [PATCH] clean debug left behind --- PyPDF2/_page.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PyPDF2/_page.py b/PyPDF2/_page.py index 44b14b8e9..b1497a9c1 100644 --- a/PyPDF2/_page.py +++ b/PyPDF2/_page.py @@ -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