Skip to content

Commit

Permalink
Update GZipbyte.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ist17002 committed Apr 25, 2022
1 parent e6785fa commit 9abfabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTng/GZip/GZipbyte.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func Compress(input []byte) []byte {
compr.Close()
output := buf.Bytes()

print(output)
//print(output)
return output

}

0 comments on commit 9abfabd

Please sign in to comment.