chore: Remove debug print statement
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user