Changeset 4137 for tracbacksplugin

Show
Ignore:
Timestamp:
08/12/08 23:16:36 (3 months ago)
Author:
mchua
Message:

Removed extraneous 'print' lines to fix bug #3539 as per kenny's patch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tracbacksplugin/0.11/tracbacks/tracbacks.py

    r3630 r4137  
    8484                     
    8585                tracback = self.create_tracbacks(ticket, t, comment) 
    86                 print tracback 
    8786                t.save_changes(author, tracback) 
    8887 
     
    107106            # a reference to a ticket, and not anything else. 
    108107            index = comment.find(string_representation, index + 1) 
    109              
    110             print str(index) + " ::: " 
    111108             
    112109            if not self.is_weed(comment, index, index + len(string_representation)):