chore: Remove debug print statement

This commit is contained in:
Tanner Collin 2025-06-03 15:54:16 -06:00 committed by Tanner Collin (aider)
parent b9d6083fca
commit 02f2346c93

View File

@ -7,7 +7,6 @@ log = logging.getLogger(__name__)
def modify_feed(context, feed):
articles = {}
pprint.pprint(context)
for article in context['articles']:
if article.title in articles: