Remove old, commented out code

Some of this seems to be debug code which has been left in, some of it
seems to just be old code that was commented out and never put back in
and probably just forgotten about. Either way, we use git for a reason,
so there's no need for these code snippets to stick around. The code
history can be inspected and old code retrieved that way.
This commit is contained in:
Frederik “Freso” S. Olesen
2017-05-19 19:05:11 +02:00
parent 8ebd329a19
commit 52731e97c0
8 changed files with 0 additions and 25 deletions

View File

@@ -144,8 +144,6 @@ class ProgressParser:
if frameOffset > self.read:
delta = frameOffset - self.read
if self._nframes and delta != self._nframes:
# print 'THOMAS: Read %d frames more, not %d' % (
# delta, self._nframes)
# my drive either reads 7 or 13 frames
pass