Commit 9b1f1169 authored by Maran's avatar Maran

Get rid of that annoying number that keeps popping up in stdout

parent 87a5e945
......@@ -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...)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment