mirror of
https://github.com/restic/restic.git
synced 2025-12-29 00:59:12 +00:00
PackerManager: Remove debug comment
This commit is contained in:
@@ -74,7 +74,6 @@ func (r *packerManager) findPacker(size uint) (*pack.Packer, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
fmt.Printf("tmpfile: %v, tempdir %v\n", tmpfile.Name(), r.tempdir)
|
||||
return pack.NewPacker(r.key, tmpfile), nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user