Ignore:
Timestamp:
Feb 5, 2009 1:51:33 PM (16 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
888e62c
Parents:
f6a9248
Message:

print stament removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/local_perspectives/plotting/boxSum.py

    ree69839 rd468daa  
    7272         
    7373        # Bind to slice parameter events 
    74         print "box sum  self.base.parent",self.base.parent 
     74        #print "box sum  self.base.parent",self.base.parent 
    7575        self.base.parent.Bind(SlicerParameters.EVT_SLICER_PARS, self._onEVT_SLICER_PARS) 
    7676        
     
    115115        """ 
    116116        if self.center.has_move: 
    117             print "center has move" 
     117            #print "center has move" 
    118118            self.center.update() 
    119119            self.horizontal_lines.update( center= self.center) 
     
    121121             
    122122        if self.horizontal_lines.has_move: 
    123             print "top has moved" 
     123            #print "top has moved" 
    124124            self.horizontal_lines.update() 
    125125            self.vertical_lines.update(y1=self.horizontal_lines.y1, 
     
    127127                                       height= self.horizontal_lines.half_height ) 
    128128        if self.vertical_lines.has_move: 
    129             print "right has moved" 
     129            #print "right has moved" 
    130130            self.vertical_lines.update() 
    131131            self.horizontal_lines.update(x1=self.vertical_lines.x1, 
     
    464464        Draw the new roughness on the graph. 
    465465        """ 
    466         print "self.half_height",self.half_height,self.half_width 
     466        #print "self.half_height",self.half_height,self.half_width 
    467467        if width!=None: 
    468468            self.half_width= width 
     
    472472            self.center_x= center.x 
    473473            self.center_y= center.y 
    474             print "vertical width",self.half_width ,self.center_x 
     474            #print "vertical width",self.half_width ,self.center_x 
    475475            self.x1 = self.half_width + self.center_x 
    476476            self.x2= -self.half_width + self.center_x 
     
    543543         
    544544        self.half_width= math.fabs(self.x1-self.x2)/2 
    545         print "Move vert: vertical width",self.half_width ,self.center_x 
     545        #print "Move vert: vertical width",self.half_width ,self.center_x 
    546546        self.has_move=True 
    547547        self.base.base.update() 
     
    658658        Draw the new roughness on the graph. 
    659659        """ 
    660         print "self.half_width",self.half_width 
     660        #print "self.half_width",self.half_width 
    661661        if width!=None: 
    662662            self.half_width= width 
Note: See TracChangeset for help on using the changeset viewer.