mirror of https://github.com/borgbackup/borg.git
remove debug output that clobbers segment spinner
This commit is contained in:
parent
4f9a411ad8
commit
28a033d1d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue