Skip to content

Commit

Permalink
Return not required after panic.
Browse files Browse the repository at this point in the history
Suggested by "go vet".
  • Loading branch information
erictune committed Aug 14, 2014
1 parent e5e4c8a commit c42d8b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/httplog/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func LogOf(w http.ResponseWriter) *respLogger {
return rl
}
panic("Logger not installed yet!")
return nil
}

// Unlogged returns the original ResponseWriter, or w if it is not our inserted logger.
Expand Down

0 comments on commit c42d8b8

Please sign in to comment.