diff --git a/CTng/GZip/GZipbyte.go b/CTng/GZip/GZipbyte.go index a196c66..b546ae0 100644 --- a/CTng/GZip/GZipbyte.go +++ b/CTng/GZip/GZipbyte.go @@ -12,7 +12,7 @@ func Compress(input []byte) []byte { compr.Close() output := buf.Bytes() - print(output) + //print(output) return output }