Skip to content

Commit

Permalink
注释不必要的日志
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Sep 20, 2023
1 parent a43867b commit 221591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timingWheel/timingWheel.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (receiver *timingWheel) popTimer(timer *Timer) {
time.Sleep(timer.PlanAt.Sub(time.Now()))
}
timer.C <- time.Now()
flog.Debugf("推送时间(%d):+%s 精确度:%v", timer.Id, timer.PlanAt.Format("15:04:05.000"), timer.isPrecision)
//flog.Debugf("推送时间(%d):+%s 精确度:%v", timer.Id, timer.PlanAt.Format("15:04:05.000"), timer.isPrecision)
}

// 排序任务,按时间从小到大
Expand Down

0 comments on commit 221591c

Please sign in to comment.