From b94aaf6e8950688e27a1f56a3db998f1e2742bd8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 Oct 2021 20:16:06 +0100 Subject: [PATCH] Debug not needed --- newswire.py | 1 - 1 file changed, 1 deletion(-) diff --git a/newswire.py b/newswire.py index 4020cef61..3a4e28a5b 100644 --- a/newswire.py +++ b/newswire.py @@ -227,7 +227,6 @@ def parseFeedDate(pubDate: str) -> str: publishedDate = \ datetime.strptime(pubDate, dateFormat) except BaseException: - print('EX: parseFeedDate unable to parse date ' + str(pubDate)) continue if publishedDate: