Skip to content

Commit 6058293

Browse files
committed
clean up
Signed-off-by: Vishal Rana <[email protected]>
1 parent f3b1a1b commit 6058293

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

log/log.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,6 @@ func (l *Logger) log(v Lvl, format string, args ...interface{}) {
331331
message = fmt.Sprintf(format, args...)
332332
}
333333

334-
if v >= ERROR {
335-
// panic(message)
336-
}
337-
338334
_, err := l.template.ExecuteFunc(buf, func(w io.Writer, tag string) (int, error) {
339335
switch tag {
340336
case "time_rfc3339":

0 commit comments

Comments
 (0)