From ee24702360e5f095237e5cf967d59aeaf2340e84 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 10 Nov 2013 23:55:01 +0100 Subject: [PATCH] Remove left-over logging line in feedify --- feedify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/feedify.py b/feedify.py index be43823..b7c6479 100644 --- a/feedify.py +++ b/feedify.py @@ -157,7 +157,6 @@ class Builder(object): def raw(self, html, expr): if self.rule['mode'] == 'xpath': - print 1, toclass(expr) return html.xpath(toclass(expr)) elif self.rule['mode'] == 'json':