fix: [rssmerge] debug removed

This commit is contained in:
Alexandre Dulaunoy 2024-02-11 11:56:03 +01:00
parent 85381a7673
commit a903325ec4
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -146,9 +146,6 @@ for url in args:
cleantext = BeautifulSoup(el.summary, "lxml").text
allitem[linkkey]["title"] = cleantext[: options.summarysize]
print(allitem[linkkey]["title"])
itemlist = []
for something in list(allitem.keys()):