mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
PackerManager: Remove debug comment
This commit is contained in:
parent
c0b5f5a8af
commit
015cea0c50
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user