diff --git a/pkg/httplog/log.go b/pkg/httplog/log.go index ea8364a3a2d..eb428e57f49 100644 --- a/pkg/httplog/log.go +++ b/pkg/httplog/log.go @@ -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.