Changeset 1909


Ignore:
Timestamp:
08/27/10 16:46:31 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-1937

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdbaseline

Description: Removing an obsolete function print_log().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1908 r1909  
    20432043           
    20442044            workscan._add_history("poly_baseline", varlist)
    2045             print_log()
    20462045           
    20472046            if insitu:
     
    20532052            msg = "The fit failed, possibly because it didn't converge."
    20542053            if rcParams["verbose"]:
    2055                 print_log()
    20562054                asaplog.push(str(msg))
    2057                 print_log("ERROR")
    20582055                return
    20592056            else:
Note: See TracChangeset for help on using the changeset viewer.