From 812e76b02d06651ae5c7ef32442de7aff026917c Mon Sep 17 00:00:00 2001 From: guzeng Date: Mon, 6 Sep 2021 20:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.getinfo.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client.getinfo.go b/client.getinfo.go index f4475bc..4e234d9 100644 --- a/client.getinfo.go +++ b/client.getinfo.go @@ -3,7 +3,6 @@ package orderrpcv2 import ( "encoding/json" "errors" - "log" ) func GetInfo(site_id, dbname string, order_id string, field string, url ...string) (map[string]string, error) {