Changeset 4137 for tracbacksplugin
- Timestamp:
- 08/12/08 23:16:36 (3 months ago)
- Files:
-
- tracbacksplugin/0.11/tracbacks/tracbacks.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tracbacksplugin/0.11/tracbacks/tracbacks.py
r3630 r4137 84 84 85 85 tracback = self.create_tracbacks(ticket, t, comment) 86 print tracback87 86 t.save_changes(author, tracback) 88 87 … … 107 106 # a reference to a ticket, and not anything else. 108 107 index = comment.find(string_representation, index + 1) 109 110 print str(index) + " ::: "111 108 112 109 if not self.is_weed(comment, index, index + len(string_representation)):
