删除打印log

This commit is contained in:
by 2024-05-11 17:59:23 +08:00
parent 355c6aae93
commit 384f8b5b9c
1 changed files with 0 additions and 1 deletions

View File

@ -1493,7 +1493,6 @@ func (this *Tournament) MakeMatchLog(platform string, tmId, sortId int32) *model
matchLog.GameFreeId = gameMatchDate.GameFreeId
matchLog.StartTime = time.Unix(this.matches[tmId][sortId].StartTime, 0)
matchLog.EndTime = time.Now()
logger.Logger.Trace("比赛场log记录", matchLog)
return matchLog
}