Merge pull request #10330 from unclejack/remove_autodetect_log
pkg/archive: remove tar autodetection log line Upstream-commit: 8d5774e60bfcf4ec3fdd571f73424ef1adc586cb Component: engine
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user