pychecker cleanup

This commit is contained in:
Thomas Vander Stichele
2009-06-07 13:46:26 +00:00
parent 662c14cf6f
commit d75066d1bb
6 changed files with 3 additions and 9 deletions

View File

@@ -96,7 +96,6 @@ class ProgressParser(object):
if wordOffset % common.WORDS_PER_FRAME != 0:
print 'THOMAS: not a multiple of %d: %d' % (
common.WORDS_PER_FRAME, wordOffset)
print line
return
frameOffset = wordOffset / common.WORDS_PER_FRAME