Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Oct 23, 2016
1 parent f3b1a1b commit 6058293
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@ func (l *Logger) log(v Lvl, format string, args ...interface{}) {
message = fmt.Sprintf(format, args...)
}

if v >= ERROR {
// panic(message)
}

_, err := l.template.ExecuteFunc(buf, func(w io.Writer, tag string) (int, error) {
switch tag {
case "time_rfc3339":
Expand Down

0 comments on commit 6058293

Please sign in to comment.