Remove unused Parser.debug() method

This commit is contained in:
Chris Mayo 2020-04-03 19:24:08 +01:00
parent 0c5e3bb403
commit fe024fb0c8

View file

@ -79,9 +79,6 @@ class Parser(object):
self.parse_contents(self.soup.contents)
self.encoding = self.soup.original_encoding
def debug(self, text):
raise NotImplementedError("debug is not implemented")
def lineno(self):
return self.tag_lineno