On Wed, Jul 24, 2013 at 2:44 AM, <[email protected]> wrote: > Author: matevz > Date: Wed Jul 24 09:44:36 2013 > New Revision: 1506468 > > URL: http://svn.apache.org/r1506468 > Log: > removed print statement > > Modified: > bloodhound/trunk/trac/trac/ticket/model.py > > Modified: bloodhound/trunk/trac/trac/ticket/model.py > URL: > http://svn.apache.org/viewvc/bloodhound/trunk/trac/trac/ticket/model.py?rev=1506468&r1=1506467&r2=1506468&view=diff > > ============================================================================== > --- bloodhound/trunk/trac/trac/ticket/model.py (original) > +++ bloodhound/trunk/trac/trac/ticket/model.py Wed Jul 24 09:44:36 2013 > @@ -226,7 +226,6 @@ class Ticket(object): > # Insert ticket record > std_fields = [] > custom_fields = [] > - print self.values > for f in self.fields: > fname = f['name'] > if fname in self.values: >
Thanks for catching that. I must have done the reverse merge in r1505871 into a dirty working copy, but I'm used to Subversion warning me about such things ... (or maybe that is only TortoieseSVN that warns?). Anyway, that is what I get for being lazy and putting a print statement rather than attaching the debugger!
