From a43e449e04c82b3424fb3a5dd3561bd9f0d2d60e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 19 Jan 2015 21:49:48 +0100 Subject: [PATCH] Remove useless debugging output --- tools/commitfest/update_archive_threads.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/commitfest/update_archive_threads.py b/tools/commitfest/update_archive_threads.py index a8d5876..ace46f4 100755 --- a/tools/commitfest/update_archive_threads.py +++ b/tools/commitfest/update_archive_threads.py @@ -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! -- 2.39.5