Ignore:
Timestamp:
Feb 5, 2009 3: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/boxSlicer.py

    r0d9dae8 rd468daa  
    120120         
    121121        if self.top_line.has_move: 
    122             print"top has moved" 
     122            #print"top has moved" 
    123123            self.top_line.update() 
    124124            self.bottom_line.update(ymin= -self.top_line.y1, 
     
    130130            
    131131        if self.bottom_line.has_move: 
    132             print "bottom has move" 
     132            #print "bottom has move" 
    133133            self.bottom_line.update() 
    134134            self.top_line.update(ymin= -self.bottom_line.y1, 
     
    410410        Process move to a new position, making sure that the move is allowed. 
    411411        """ 
    412         print "horizontal move x y " 
     412        #print "horizontal move x y " 
    413413        self.y1= y 
    414414        self.has_move=True 
Note: See TracChangeset for help on using the changeset viewer.