mirror of https://github.com/restic/restic.git
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
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("tmpfile: %v, tempdir %v\n", tmpfile.Name(), r.tempdir)
|
|
||||||
return pack.NewPacker(r.key, tmpfile), nil
|
return pack.NewPacker(r.key, tmpfile), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue