From f69563afc409b9c7e15a63526806843e4a5a1ab7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 08 一月 2020 10:09:14 +0800 Subject: [PATCH] uploadFileReturnAddr add persistent collection --- extend/util/util.go | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/extend/util/util.go b/extend/util/util.go index 89fc165..555bc37 100644 --- a/extend/util/util.go +++ b/extend/util/util.go @@ -18,7 +18,6 @@ "basic.com/pubsub/protomsg.git" "github.com/gin-gonic/gin" - "github.com/golang/glog" "github.com/pierrec/lz4" "gocv.io/x/gocv" @@ -43,7 +42,6 @@ // ResponseFormat 杩斿洖鏁版嵁鏍煎紡鍖� func ResponseFormat(c *gin.Context, respStatus *code.Code, data interface{}) { if respStatus == nil { - glog.Error("response status param not found!") respStatus = code.RequestParamError } c.JSON(respStatus.Status, gin.H{ -- Gitblit v1.8.0