From 81143786f3a31c6d1a3bace707773a3a35793321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 3 Nov 2020 15:21:05 +0800 Subject: [PATCH] test --- business/auth2/auth2.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/auth2/auth2.go b/business/auth2/auth2.go index cdea68ed0..617d6d6db 100644 --- a/business/auth2/auth2.go +++ b/business/auth2/auth2.go @@ -294,7 +294,6 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string } else { err = ErrIllegalAuthType } - globals.SugarLogger.Debugf("tststst", utils.Format4Output(authInfo, false)) return authInfo, err }