浏览代码

carry 17329

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Brian Goff 9 年之前
父节点
当前提交
e9ab596238
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      image/tarexport/load.go

+ 0 - 2
image/tarexport/load.go

@@ -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-")