Changeset 6331


Ignore:
Timestamp:
10 Jun 2011, 11:41:34 (13 years ago)
Author:
uli
Message:

Remove unneeded code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/applicants.py

    r6324 r6331  
    4747    def __init__(self):
    4848        super(Applicant, self).__init__()
    49         timestamp = datetime.now().strftime("%d/%m/%Y %H:%M")
    50         #Initialize workflow state...
    5149        IWorkflowInfo(self).fireTransition('init')
     50        return
    5251
    5352    @property
Note: See TracChangeset for help on using the changeset viewer.