Changeset 4478

Show
Ignore:
Timestamp:
08/28/08 04:46:58 (3 months ago)
Author:
ed
Message:

Removed the debug output lines.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dSlidePanelControl.py

    r4461 r4478  
    6161        # Enable detection of clicks on the caption bar 
    6262        self._captionBar.Bind(wx.EVT_LEFT_UP, self.__onWxCaptionClick) 
    63       print "CAP BAR BINDING" 
     63#         print "CAP BAR BINDING" 
    6464        # Set up the sizer 
    6565        self._baseSizer = sz = dabo.ui.dSizer("v") 
     
    134134 
    135135    def __onWxCaptionClick(self, evt): 
    136       print "WX CAP CLICK" 
     136#         print "WX CAP CLICK" 
    137137        self.raiseEvent(dEvents.SlidePanelCaptionClick, evt) 
    138138                 
     
    409409        pnl.bindEvent(dEvents.SlidePanelCaptionClick,  
    410410                self.__onSlidePanelCaptionClick, pnl) 
    411       print "PANEL CAP CLICK BOUND" 
     411#         print "PANEL CAP CLICK BOUND" 
    412412        return pnl 
    413413 
    414414 
    415415    def __onSlidePanelCaptionClick(self, evt): 
    416       print "DABO CAPCLK", self.SingleClick 
     416#         print "DABO CAPCLK", self.SingleClick 
    417417        if self.SingleClick: 
    418418            obj = evt.EventObject