mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 16:28:30 +02:00
remove unused code
This commit is contained in:
@@ -31,10 +31,6 @@ func init() {
|
||||
}
|
||||
prefixLength := len(timeFmt) + 5 // level takes 3 + 2 spaces
|
||||
prefix = strings.Repeat(" ", prefixLength)
|
||||
|
||||
if zerolog.TraceLevel != -1 && zerolog.NoLevel != 6 {
|
||||
panic("zerolog implementation changed")
|
||||
}
|
||||
}
|
||||
|
||||
func fmtMessage(msg string) string {
|
||||
|
||||
Reference in New Issue
Block a user