Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0a1577

Browse files
ksundentacaswell
andauthored
remove debug print
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent bd3a6f1 commit f0a1577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,6 @@ def __enter__(self):
27082708
return self
27092709

27102710
def __exit__(self, exc_type, exc_val, exc_tb):
2711-
print(f"Closing file {self._filename}")
27122711
self.close()
27132712

27142713
def _ensure_file(self):

0 commit comments

Comments
 (0)