PackerManager: Remove debug comment

This commit is contained in:
Alexander Neumann 2016-03-06 12:35:21 +01:00
parent c0b5f5a8af
commit 015cea0c50
1 changed files with 0 additions and 1 deletions

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
}