2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-26 12:32:36 +00:00

PackerManager: Remove debug comment

This commit is contained in:
Alexander Neumann 2016-03-06 12:35:21 +01:00
parent c0b5f5a8af
commit 015cea0c50

View File

@ -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
}