diff --git a/pkg/common/index.go b/pkg/common/index.go index 8648781..83547fe 100644 --- a/pkg/common/index.go +++ b/pkg/common/index.go @@ -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 }