删除打印log
This commit is contained in:
parent
355c6aae93
commit
384f8b5b9c
|
|
@ -1493,7 +1493,6 @@ func (this *Tournament) MakeMatchLog(platform string, tmId, sortId int32) *model
|
||||||
matchLog.GameFreeId = gameMatchDate.GameFreeId
|
matchLog.GameFreeId = gameMatchDate.GameFreeId
|
||||||
matchLog.StartTime = time.Unix(this.matches[tmId][sortId].StartTime, 0)
|
matchLog.StartTime = time.Unix(this.matches[tmId][sortId].StartTime, 0)
|
||||||
matchLog.EndTime = time.Now()
|
matchLog.EndTime = time.Now()
|
||||||
logger.Logger.Trace("比赛场log记录", matchLog)
|
|
||||||
return matchLog
|
return matchLog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue