剔除不必要的日志
This commit is contained in:
parent
a89c86023e
commit
6dbdeb7145
|
@ -137,7 +137,7 @@ func StructToJson(v interface{}) string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
s := string(jsonBytes)
|
s := string(jsonBytes)
|
||||||
DebugLogf("StructToJson, json=%s", s)
|
//DebugLogf("StructToJson, json=%s", s)
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue