Remove debug prints
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user