mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 19:34:43 +00:00
Remove unused Parser.debug() method
This commit is contained in:
parent
0c5e3bb403
commit
fe024fb0c8
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue