chore: Remove debug print statement
This commit is contained in:
parent
b9d6083fca
commit
02f2346c93
|
@ -7,7 +7,6 @@ log = logging.getLogger(__name__)
|
||||||
|
|
||||||
def modify_feed(context, feed):
|
def modify_feed(context, feed):
|
||||||
articles = {}
|
articles = {}
|
||||||
pprint.pprint(context)
|
|
||||||
|
|
||||||
for article in context['articles']:
|
for article in context['articles']:
|
||||||
if article.title in articles:
|
if article.title in articles:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user