소스 검색

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