carry 17329

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2016-02-06 13:46:21 -05:00
parent fae09e2569
commit e9ab596238
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ func (l *tarexporter) Load(inTar io.ReadCloser, outStream io.Writer, quiet bool)
)
if !quiet {
progressOutput = sf.NewProgressOutput(outStream, false)
} else {
progressOutput = nil
}
tmpDir, err := ioutil.TempDir("", "docker-import-")