From ac00ecbfcf3468209af3f7e60c477f7cbd4dd48f Mon Sep 17 00:00:00 2001
From: "benjamin.jakimow@geo.hu-berlin.de" <q8DTkxUg-BB>
Date: Mon, 26 Jun 2017 14:25:35 +0200
Subject: [PATCH] removed two print statements

---
 timeseriesviewer/plotstyling.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/timeseriesviewer/plotstyling.py b/timeseriesviewer/plotstyling.py
index a3ed2060..ee4b6ada 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()
 
-- 
GitLab