Remove left-over logging line in feedify

master
pictuga 2013-11-10 23:55:01 +01:00
parent 88e7694de9
commit ee24702360
1 changed files with 0 additions and 1 deletions

View File

@ -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':