Merge pull request #10330 from unclejack/remove_autodetect_log

pkg/archive: remove tar autodetection log line
This commit is contained in:
unclejack 2015-01-26 07:25:22 +02:00
Родитель b1f2fdeee2 a5cc1c556d
Коммит 8d5774e60b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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 {