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

Skip to content

Commit 19f8ed8

Browse files
committed
Remove debugging print
1 parent 143973a commit 19f8ed8

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)