剔除不必要的日志

This commit is contained in:
骑着蜗牛追导弹 2023-01-18 16:04:59 +08:00
parent a89c86023e
commit 6dbdeb7145
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ func StructToJson(v interface{}) string {
return ""
}
s := string(jsonBytes)
DebugLogf("StructToJson, json=%s", s)
//DebugLogf("StructToJson, json=%s", s)
return s
}