Skip to content

Commit

Permalink
Version v.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpessolano committed Feb 16, 2021
1 parent 7a8376e commit 205b320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ func logger(data chan logMessage) {
if !skipDate {
msg = date + " -- " + msg
}
//msg = date + " -- " + msg
msg = strings.Trim(msg, " ")
return
}
Expand Down

0 comments on commit 205b320

Please sign in to comment.