From eff1855242b1f978f279446e99f6244846775608 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 16 Aug 2022 16:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=97=A5=E5=BF=97=E5=A0=86?= =?UTF-8?q?=E6=A0=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lego/sys/log/logger.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lego/sys/log/logger.go b/lego/sys/log/logger.go index 5b5a98eb0..9c2eb634e 100644 --- a/lego/sys/log/logger.go +++ b/lego/sys/log/logger.go @@ -199,9 +199,7 @@ func (this *Logger) check(level Loglevel, msg string, args ...Field) (entry *Ent if addStack { buffer := pools.BufferPoolGet() defer buffer.Free() - stackfmt := newStackFormatter(buffer) - stackfmt.FormatFrame(frame) if more { stackfmt.FormatStack(stack)