Remove debug print
This commit is contained in:
parent
9138a75b75
commit
e41844feb7
@ -451,8 +451,6 @@ def generate_tokens(readline):
|
|||||||
|
|
||||||
while pos < max:
|
while pos < max:
|
||||||
pseudomatch = pseudoprog.match(line, pos)
|
pseudomatch = pseudoprog.match(line, pos)
|
||||||
if not pseudomatch:
|
|
||||||
print('no pseudomatch')
|
|
||||||
if pseudomatch: # scan for tokens
|
if pseudomatch: # scan for tokens
|
||||||
start, end = pseudomatch.span(1)
|
start, end = pseudomatch.span(1)
|
||||||
spos, epos, pos = (lnum, start), (lnum, end), end
|
spos, epos, pos = (lnum, start), (lnum, end), end
|
||||||
|
Loading…
Reference in New Issue
Block a user