Skip to content

Commit 350a7ec

Browse files
committed
Removed overlooked print statement
1 parent 8440dde commit 350a7ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/plotting/test_common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ def test_bar_subplot_stacking(self):
7777
plot_b_df = data_from_plot_df.iloc[len(test_data):].reset_index()
7878
total_bar_height = plot_a_df["height"].add(plot_b_df["height"])
7979

80-
print(test_data + test_data[::-1])
81-
8280
#check number of bars matches the number of data plotted
8381
assert len(unique_x_loc) == len(test_data)
8482

0 commit comments

Comments
 (0)