Changeset 311


Ignore:
Timestamp:
02/02/10 16:56:41 (14 years ago)
Author:
bas
Message:

email2trac.py.in:

  • removed debug print statement for inline_properties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r310 r311  
    11581158                        match = INLINE_EXP.match(line)
    11591159                        if match:
    1160                                 print match.groups()
    11611160                                keyword, value = match.groups()
    11621161                                self.properties[keyword] = value.strip()
     1162                                if self.DEBUG:
     1163                                        print "TD: inline properties: %s : %s" %(keyword,value)
    11631164                        else:
    11641165                                body.append(line)
Note: See TracChangeset for help on using the changeset viewer.