Debug not needed

main
Bob Mottram 2021-10-29 20:16:06 +01:00
parent d6150d7fb0
commit b94aaf6e89
1 changed files with 0 additions and 1 deletions

View File

@ -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: