8000 Merge pull request #3922 from mdboom/remove-debug-print · matplotlib/matplotlib@1a49bc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a49bc0

Browse files
committed
Merge pull request #3922 from mdboom/remove-debug-print
Line 2256 of patches.py should be removed
2 parents 143973a + 19f8ed8 commit 1a49bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,6 @@ def transmute(self, x0, y0, width, height, mutation_size):
22532253
codes = ([Path.MOVETO] +
22542254
[Path.CURVE3, Path.CURVE3] * ((len(saw_vertices)-1) // 2) +
22552255
[Path.CLOSEPOLY])
2256-
print(len(codes), saw_vertices.shape)
22572256
return Path(saw_vertices, codes)
22582257

22592258
_style_list["roundtooth"] = Roundtooth

0 commit comments

Comments
 (0)
0