Skip to content
Snippets Groups Projects
Commit ac00ecbf authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

removed two print statements

parent a1b4eb35
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment