remove debug output that clobbers segment spinner

This commit is contained in:
Antoine Beaupré 2015-10-01 16:03:52 -04:00
parent 4f9a411ad8
commit 28a033d1d3
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ class AtticRepositoryConverter(Repository):
@staticmethod
def header_replace(filename, old_magic, new_magic):
print("changing header on %s" % filename)
with open(filename, 'r+b') as segment:
segment.seek(0)
# only write if necessary