From 1ec953df51de0e8617e74d51f09c966dd3cb0bf5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 27 Dec 2013 10:18:01 +0100 Subject: Don't log that. --- pyaggr3g470r/feedgetter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyaggr3g470r/feedgetter.py b/pyaggr3g470r/feedgetter.py index 13973d7b..d1edfce9 100644 --- a/pyaggr3g470r/feedgetter.py +++ b/pyaggr3g470r/feedgetter.py @@ -118,8 +118,7 @@ class FeedGetter(object): description = BeautifulSoup(description, "html.parser").decode() article_title = BeautifulSoup(article.title, "html.parser").decode() except Exception as E: - pyaggr3g470r_log.error("Problem when sanitizing the content of the article %s (%s)" \ - % (article_title, real_url)) + #pyaggr3g470r_log.error("Problem when sanitizing the content of the article %s (%s)" % (article_title, real_url)) article_title = article.title try: -- cgit