From 8bd9538939cd44941cb12fb2e7172671939100b4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 25 Jul 2013 08:08:53 +0200 Subject: Removed debug print. --- source/pyAggr3g470r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index ad43bda6..05ec7479 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -606,8 +606,8 @@ class pyAggr3g470r(object): self.mongo.delete_article(feed_id, article_id) # Delete from the Whoosh index search.delete_article(feed_id, article_id) - except Exception as e: - return self.error("

Bad URL. This article do not exists.

"+str(e)) + except: + return self.error("

Bad URL. This article do not exists.

") return self.index() -- cgit