Remove left-over logging line in feedify
This commit is contained in:
parent
88e7694de9
commit
ee24702360
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user