Skip to content

Commit 49ed530

Browse files
committed
去除无用日志
1 parent e651891 commit 49ed530

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

log/writer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func (l *Logger) caller() (string, string) {
115115
}
116116

117117
func (l *Logger) rotate(now time.Time) {
118-
fmt.Printf("now:%v, fileTime:%v\n", now, l.fileTime)
119118
if !l.rolling || l.file == nil || now.Before(l.fileTime) {
120119
return
121120
}

0 commit comments

Comments
 (0)