8000 remove debug print · matplotlib/matplotlib@f0a1577 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0a1577

Browse files
ksundentacaswell
andauthored
remove debug print
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
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)
0