remove unneccesary log

This commit is contained in:
xvzc 2024-08-03 15:40:49 +09:00
parent 2069f3b9d8
commit db59946b8b

View File

@ -90,8 +90,6 @@ func (pxy *Proxy) splitInChunks(bytes []byte, size int) [][]byte {
var raw []byte = bytes var raw []byte = bytes
if pxy.windowSize > 0 { if pxy.windowSize > 0 {
log.Debug("[HTTPS] Chunking client hello.")
for { for {
if len(raw) == 0 { if len(raw) == 0 {
break break