Skip to content

Commit 2871056

Browse files
committed
trying to sort why doc build busted
1 parent c1902af commit 2871056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

galleries/examples/style_sheets/style_sheets_reference.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def plot_figure(style_label=""):
169169
for style_label in style_list:
170170
with plt.rc_context({"figure.max_open_warning": len(style_list)}):
171171
with plt.style.context(style_label):
172-
print(style_label)
173172
plot_figure(style_label=style_label)
174173

175174
plt.show()

0 commit comments

Comments
 (0)