8000 TST: remove rouge print statement · dsblank/matplotlib@b23460b · GitHub
[go: up one dir, main page]

Skip to content

Commit b23460b

Browse files
committed
TST: remove rouge print statement
1 parent 57fc152 commit b23460b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4560,7 +4560,6 @@ def test_bar_color_cycle():
45604560
ln, = ax.plot(range(3))
45614561
brs = ax.bar(range(3), range(3))
45624562
for br in brs:
4563-
print(ln.get_color(), br.get_facecolor())
45644563
assert ccov(ln.get_color()) == ccov(br.get_facecolor())
45654564

45664565

0 commit comments

Comments
 (0)
0