Remove print statement that slipped past intensive code review.
I swear.
This commit is contained in:
parent
5da0d92e12
commit
ce2141dfbc
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ class VoussoirBlock(mistune.BlockLexer):
|
|||
|
||||
def __init__(self, **kwargs):
|
||||
rules = VoussoirBlockGrammar()
|
||||
print(help(super().__init__))
|
||||
super().__init__(rules, **kwargs)
|
||||
|
||||
def parse_dash_spacer(self, m):
|
||||
|
|
Loading…
Reference in a new issue