去除一处多余的日志

This commit is contained in:
GoEdgeLab
2023-11-07 17:34:09 +08:00
parent 38ad13f53e
commit 54afed0b25

View File

@@ -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))
}
}