Skip to content

Commit

Permalink
chore(processor): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxencs committed Apr 8, 2024
1 parent ce09376 commit 129e890
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/http/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 129e890

Please sign in to comment.