Remove debug prints

This commit is contained in:
blitzmann
2016-01-09 14:47:59 -05:00
parent 7be5ec844f
commit 52d19b8de4
2 changed files with 0 additions and 2 deletions

View File

@@ -151,7 +151,6 @@ class PFGeneralPref ( PreferenceView):
def onCBGaugeAnimation(self, event):
self.sFit.serviceFittingOptions["enableGaugeAnimation"] = self.cbGaugeAnimation.GetValue()
print self.sFit.serviceFittingOptions["enableGaugeAnimation"]
def getImage(self):
return BitmapLoader.getBitmap("prefs_settings", "gui")

View File

@@ -177,7 +177,6 @@ class PyGauge(wx.PyWindow):
def Animate(self):
sFit = fit.Fit.getInstance()
print sFit.serviceFittingOptions["enableGaugeAnimation"]
if sFit.serviceFittingOptions["enableGaugeAnimation"]:
if not self._timer:
self._timer = wx.Timer(self, self._timerId)