From 38b2d74f3542cf29ae77f903961edd881ae58f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Tue, 6 May 2025 14:14:18 +0800 Subject: [PATCH] remove debug code --- sjson_hack/set.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/sjson_hack/set.go b/sjson_hack/set.go index 809fb11..91693a5 100644 --- a/sjson_hack/set.go +++ b/sjson_hack/set.go @@ -9,7 +9,6 @@ package sjson_hack import ( "errors" - "fmt" "git.zhangdeman.cn/zhangdeman/json_filter/gjson_hack" "git.zhangdeman.cn/zhangdeman/wrapper" "github.com/tidwall/sjson" @@ -27,7 +26,6 @@ var ( // // Date : 11:36 2024/12/3 func Set(jsonRes string, path string, value any) (string, error) { - fmt.Println(jsonRes, value) var ( err error res string = jsonRes