Skip to content

Commit

Permalink
remove debugging print in matplotlibTK/legend/refine_legend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhang(Steven) Wang committed Dec 1, 2016
1 parent a4a1ff4 commit 4f03081
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plot/tk/matplotlibTK/legend/refine_legend.py
Expand Up @@ -20,8 +20,6 @@ def refine_legend(obj_axis, handle_label_pairs, legend_params):
"""
p = legend_params
handles, labels = extract_legend_handles_labels(handle_label_pairs)
print('handles', handles[0])
print('labels', labels[0])
if len(labels) == 0:
return obj_axis
else:
Expand Down

0 comments on commit 4f03081

Please sign in to comment.