Changeset 1433 in products


Ignore:
Timestamp:
Dec 6, 2009 5:16:30 PM (17 years ago)
Author:
piv
Message:

remove debugging code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier/branches/plone-2.1/quintagroup.transmogrifier/quintagroup/transmogrifier/propertymanager.py

    r1432 r1433  
    199199                if node.hasChildNodes(): 
    200200                    doc.appendChild(node) 
    201                     try: 
    202                         data = doc.toprettyxml(indent='  ', encoding='utf-8') 
    203                     except Exception, e: 
    204                         import pdb;pdb.set_trace() 
     201                    data = doc.toprettyxml(indent='  ', encoding='utf-8') 
    205202                    doc.unlink() 
    206203 
Note: See TracChangeset for help on using the changeset viewer.