Remove useless debugging output
authorMagnus Hagander <magnus@hagander.net>
Mon, 19 Jan 2015 20:49:48 +0000 (21:49 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 19 Jan 2015 20:49:48 +0000 (21:49 +0100)
tools/commitfest/update_archive_threads.py

index a8d58762a69ae3ead075c32a9e2106b6db7121b7..ace46f465d8dcf861f1a5606662421741c4c52ce 100755 (executable)
@@ -22,7 +22,6 @@ from commitfest.ajax import _archivesAPI, parse_and_add_attachments
 
 if __name__ == "__main__":
        for thread in MailThread.objects.filter(patches__commitfests__status__in=(1,2,3)).distinct():
-               print "Attempt to update thread %s" % thread.messageid
                r = sorted(_archivesAPI('/message-id.json/%s' % thread.messageid), key=lambda x: x['date'])
                if thread.latestmsgid != r[-1]['msgid']:
                        # There is now a newer mail in the thread!