Ignore:
Timestamp:
Feb 2, 2010 10:39:34 AM (14 years ago)
Author:
mylan
Message:

Remove debugging code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier/branches/ofs/quintagroup/transmogrifier/ofsmanager.py

    r1605 r1618  
    115115        self.condition = Condition(options.get('condition', 'python:True'), 
    116116                                   transmogrifier, name, options) 
    117         self.ttt = 0 
    118117 
    119118    def __iter__(self): 
     
    133132 
    134133            if obj.meta_type in ["File", "Image"]: 
    135                 if not self.ttt: 
    136                     self.ttt = 1 
    137                     import pdb;pdb.set_trace() 
    138134                try: 
    139135                    manifest = item[fileskey]['file-properties']['data'] 
Note: See TracChangeset for help on using the changeset viewer.