Browse Source

cmt out dbg print

cxgeorge 23 years ago
parent
commit
aa02252303
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectCheckButton.py

+ 1 - 1
direct/src/gui/DirectCheckButton.py

@@ -92,7 +92,7 @@ class DirectCheckButton(DirectButton):
             indicatorHeight = (self.indicator.getHeight() + (2*ibw[1]))
             indicatorHeight = (self.indicator.getHeight() + (2*ibw[1]))
             diff = (indicatorHeight + (2*self['boxBorder']) -
             diff = (indicatorHeight + (2*self['boxBorder']) -
                     (self.bounds[3] - self.bounds[2]))
                     (self.bounds[3] - self.bounds[2]))
-            print diff, self.bounds[3], self.bounds[2]
+            # print diff, self.bounds[3], self.bounds[2]
             # If background is smaller then indicator, enlarge background
             # If background is smaller then indicator, enlarge background
             if diff > 0:
             if diff > 0:
                 if self['boxPlacement'] == 'left':            #left
                 if self['boxPlacement'] == 'left':            #left