diff --git a/internal/http/processor.go b/internal/http/processor.go index 752bb45..fcb9075 100644 --- a/internal/http/processor.go +++ b/internal/http/processor.go @@ -192,8 +192,6 @@ func (p *processor) ProcessSeasonPackHandler(w netHTTP.ResponseWriter, r *netHTT return } - //p.log = p.log.With().Str("release", p.req.Name).Logger() - code, err := p.processSeasonPack() if err != nil { p.log.Error().Err(err).Msgf("error processing season pack: %d", code)