From ed5de572446527d604851e22ce538220bae35ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Tue, 7 Nov 2023 17:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=80=E5=A4=84=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/db/models/http_access_log_dao.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/db/models/http_access_log_dao.go b/internal/db/models/http_access_log_dao.go index e8668cb0..1550776b 100644 --- a/internal/db/models/http_access_log_dao.go +++ b/internal/db/models/http_access_log_dao.go @@ -863,8 +863,4 @@ func (this *HTTPAccessLogDAO) SetupQueue() { oldAccessLogQueue = accessLogQueue accessLogQueue = make(chan *pb.HTTPAccessLog, config.MaxLength) } - - if Tea.IsTesting() { - remotelogs.Println("HTTP_ACCESS_LOG_QUEUE", "change queue "+string(configJSON)) - } }