diff options
-rwxr-xr-x | unbiased/parser.py | 2 |
1 files changed, 0 insertions, 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
|