Remove debug statement.
This commit is contained in:
parent
768168767d
commit
865ca7d7a7
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ if __name__ == '__main__':
|
|||
f = open(fname)
|
||||
itor = WmlIterator(f.readlines())
|
||||
for i in itor:
|
||||
print i.lineno, i.text,
|
||||
pass
|
||||
f.close()
|
||||
print itor.lineno + itor.span, 'lines read.'
|
||||
if not didSomething:
|
||||
|
|
Loading…
Add table
Reference in a new issue