commit:ab56938fe5dc457e407daa988da2f684de54ab1a
author:Chip Black
committer:Chip Black
date:Fri Jan 27 04:02:53 2012 -0600
parents:941abdc6763a60cda6b82fc6fd8c9d19216dc247
Whoops, get rid of that spurious API call
diff --git a/trac-attack.py b/trac-attack.py
line changes: +0/-1
index df451ce..98abb2d
--- a/trac-attack.py
+++ b/trac-attack.py
@@ -82,7 +82,6 @@ def main():
         id = int(args[1])
         ticket = server.ticket.get(id)
         show_ticket(ticket)
-        changelog = server.ticket.getTicketFields(id)
     elif args[0] == 'comment':
         id = int(args[1])
         comment = editor()