diff --git a/python/helpers/pycharm_matplotlib_backend/backend_interagg.py b/python/helpers/pycharm_matplotlib_backend/backend_interagg.py index 07bfe8647668..b9369c83fa30 100644 --- a/python/helpers/pycharm_matplotlib_backend/backend_interagg.py +++ b/python/helpers/pycharm_matplotlib_backend/backend_interagg.py @@ -62,8 +62,6 @@ class FigureCanvasInterAgg(FigureCanvasAgg): def show(self): self.figure.tight_layout() FigureCanvasAgg.draw(self) - # if PORT is None: - # return if matplotlib.__version__ < '1.2': buffer = self.tostring_rgb(0, 0)