From c6be5541c6329de6bd731c56f93c69ed5ef383c0 Mon Sep 17 00:00:00 2001 From: pantianying <601666418@qq.com> Date: Fri, 8 May 2020 21:40:50 +0800 Subject: [PATCH] fix --- common/proxy/proxy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/proxy/proxy.go b/common/proxy/proxy.go index 6b6808080..a77d26d11 100644 --- a/common/proxy/proxy.go +++ b/common/proxy/proxy.go @@ -149,7 +149,6 @@ func (p *Proxy) Implement(v common.RPCService) { } result := p.invoke.Invoke(invCtx, inv) - logger.Error(result.Attachments()) if len(result.Attachments()) > 0 { invCtx = context.WithValue(invCtx, constant.AttachmentKey, result.Attachments()) } -- GitLab