Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 21, 2021
1 parent bce06fa commit 113a15d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipympl/backend_nbagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ def flush_figures():
fm.canvas.figure for fm in Gcf.get_all_fig_managers()
])

print('flush active ', active, ', toshow ', _Backend_ipympl._to_show)

for fig in [
fig for fig in _Backend_ipympl._to_show if fig in active]:
# display(fig.canvas, metadata=_fetch_figure_metadata(fig))
Expand Down

0 comments on commit 113a15d

Please sign in to comment.