Skip to content

Commit de7985e

Browse files
committed
chore: remore unwanted println
1 parent f841931 commit de7985e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/archive/tar.go

-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,5 @@ func IsTar(r io.Reader) bool {
9292
if _, err := io.ReadFull(r, h); err != nil {
9393
return false
9494
}
95-
fmt.Println(h, []byte("ustar"))
9695
return bytes.Equal(h[257:], []byte("ustar"))
9796
}

0 commit comments

Comments
 (0)