删除多余的日志

This commit is contained in:
GoEdgeLab
2021-01-01 20:50:50 +08:00
parent afe17d1001
commit a478b82779

View File

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