Changeset 2608


Ignore:
Timestamp:
07/27/12 12:17:38 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (removal of debug comments)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asapplotter, flagplotter, sdplot, and sdflag

Description:

Removed debug comments and destructor of asapplotter.


Location:
trunk/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2607 r2608  
    7878        self._linestyles = None
    7979        self._legendloc = None
    80 
    81     def __del__(self):
    82         print "Destructor of sd.plotter"
    83         del self._data
    84         if self._plotter: self._plotter.quit()
    8580
    8681    def _translate(self, instr):
  • trunk/python/flagplotter.py

    r2606 r2608  
    5555        if type(show) == bool:
    5656            self._showflagged = show
    57             print "self._showflagged =", str(show)
    5857        else:
    5958            raise TypeError, "Input parameter should be a bool."
Note: See TracChangeset for help on using the changeset viewer.