remove unused debug log output

This commit is contained in:
Kr328
2020-06-12 13:55:19 +08:00
parent f4af98f54a
commit 514c84ec7e

View File

@@ -6,7 +6,6 @@ import (
"github.com/Dreamacro/clash/constant"
"github.com/Dreamacro/clash/log"
"github.com/Dreamacro/clash/tunnel"
"strings"
"unsafe"
)
@@ -121,8 +120,6 @@ func queryProxyGroups() *C.proxy_group_list_t {
groupIndex++
}
log.Infoln("string_pool = %s", strings.Replace(string(stringPool), "\000", "|", -1))
result.string_pool = (*C.char)(C.CBytes(stringPool))
return result