good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9b1f1169 authored by Maran Hidskes's avatar Maran Hidskes
Browse files

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

parent 87a5e945
No related branches found
No related tags found
No related merge requests found
......@@ -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...)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment