зеркало из https://github.com/microsoft/docker.git
Merge pull request #10330 from unclejack/remove_autodetect_log
pkg/archive: remove tar autodetection log line
This commit is contained in:
Коммит
8d5774e60b
|
@ -101,7 +101,6 @@ func DecompressStream(archive io.Reader) (io.ReadCloser, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Debugf("[tar autodetect] n: %v", bs)
|
||||
|
||||
compression := DetectCompression(bs)
|
||||
switch compression {
|
||||
|
|
Загрузка…
Ссылка в новой задаче