Skip to content

Commit ef79388

Browse files
committed
TST: remove rogue print statement
1 parent 5bba370 commit ef79388

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tools/plotting.py

-1
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,6 @@ def on_right(i):
14081408
for i in range(1, nplots):
14091409
ax = fig.add_subplot(nrows, ncols, i+1, **subplot_kw)
14101410
if on_right(i):
1411-
print 'on right ', data.columns[i]
14121411
orig_ax = ax
14131412
ax = ax.twinx()
14141413
orig_ax.get_yaxis().set_visible(False)

0 commit comments

Comments
 (0)