Get rid of that annoying number that keeps popping up in stdout
This commit is contained in:
parent
87a5e94525
commit
9b1f11695d
@ -139,7 +139,7 @@ func (log *Logger) Infoln(v ...interface{}) {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Println(len(log.logSys))
|
||||
//fmt.Println(len(log.logSys))
|
||||
for _, logger := range log.logSys {
|
||||
logger.Println(v...)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user