From 38a64b344bc6a25ce0faf17ddb7ed3439d0d007d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 3 Sep 2017 14:27:50 -0400 Subject: remove debug print statements --- unbiased/parser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unbiased/parser.py b/unbiased/parser.py index e3344f4..399e0f2 100755 --- a/unbiased/parser.py +++ b/unbiased/parser.py @@ -132,9 +132,7 @@ def removeBadStoriesHelper(source, element, badStringList, article_tiers): if badStringList is None: return for tier, articles in enumerate(article_tiers): - print(tier, articles) for idx, article in enumerate(articles): - print(article) if article is None: logger.debug("None type found in removeBadStoriesHelper for {}".format(source.name)) break -- cgit v1.2.3