Ignore:
Timestamp:
Feb 27, 2009 8:53:16 PM (15 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:
b491d6e
Parents:
6d920cd
Message:

print statement removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/simfitpage.py

    r51d47b5 red2ea6a  
    265265        for item in mylist: 
    266266            if utils.look_for_tag( value,str(item))[0]: 
    267                 print "went here" 
     267                #print "went here" 
    268268                model_param = utils.split_text(str(item), value,1) 
    269269                param_name = model_param[0] 
    270270                param_value = model_param[1] 
    271                 print "simpage",utils.look_for_tag(param_name,"\.")[0] 
     271                #print "simpage",utils.look_for_tag(param_name,"\.")[0] 
    272272                if utils.look_for_tag(param_name,"\.")[0]: 
    273273                    param_names = utils.split_text("\.",param_name,1) 
     
    275275                    param_name = param_names[1] 
    276276                    ##### just added 
    277                     print "simfitpage: param name",model_name,param_name 
     277                    #print "simfitpage: param name",model_name,param_name 
    278278                 
    279279                    param=[str(model_name),param_name,str(param_value),"="] 
     
    301301                #raise ValueError,"Missing '=' in expression" 
    302302                wx.PostEvent(self.parent.Parent, StatusEvent(status="Missing '=' in expression")) 
    303                  
     303                
    304304             
    305305         
     
    334334            #raise ValueError,"Missing '=' in expression" 
    335335            wx.PostEvent(self.parent.Parent, StatusEvent(status="Missing '=' in expression")) 
    336          
     336             
    337337    
    338338     
Note: See TracChangeset for help on using the changeset viewer.