From a478b827791b0aa44ad77da73ec0c24b61151ac8 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 1 Jan 2021 20:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/db/models/http_access_log_dao.go b/internal/db/models/http_access_log_dao.go index 6003d56f..be05616e 100644 --- a/internal/db/models/http_access_log_dao.go +++ b/internal/db/models/http_access_log_dao.go @@ -168,7 +168,6 @@ func (this *HTTPAccessLogDAO) listAccessLogs(lastRequestId string, size int64, d dao := daoWrapper.DAO tableName, exists, err := findAccessLogTableName(dao.Instance, day) - logs.Println("tableName:", tableName, exists, err) // TODO if !exists { // 表格不存在则跳过 return