diff --git a/timeseriesviewer/plotstyling.py b/timeseriesviewer/plotstyling.py index a3ed20604ed0c3b65d255737852313c705dccbdc..ee4b6ada27c2535db4949a413766765f71cfd1a4 100644 --- a/timeseriesviewer/plotstyling.py +++ b/timeseriesviewer/plotstyling.py @@ -252,12 +252,12 @@ class PlotStyleButton(QPushButton): def showDialog(self): - print(('A',self.mPlotStyle)) + #print(('A',self.mPlotStyle)) style = PlotStyleDialog.getPlotStyle(plotStyle=self.mPlotStyle) if style: self.setPlotStyle(style) - print(('B',self.mPlotStyle)) + #print(('B',self.mPlotStyle)) def resizeEvent(self, arg): self._updateIcon()