mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
remove unused debug log output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user