Browse Source

pkg/archive: remove tar autodetection log line

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
unclejack 10 years ago
parent
commit
a5cc1c556d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/archive/archive.go

+ 0 - 1
pkg/archive/archive.go

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