Remove debug statement.

This commit is contained in:
Alexander van Gessel 2009-07-28 00:50:02 +01:00
parent 768168767d
commit 865ca7d7a7

View file

@ -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: