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

This commit is contained in:
Maran 2014-05-05 14:20:20 +02:00
parent 87a5e94525
commit 9b1f11695d

View File

@ -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...)
}