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")