Skip to content

Commit

Permalink
Remove not needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Oct 18, 2024
1 parent bc66970 commit 3eceffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/github/bumper/bumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ func Run(_ context.Context, o *Options, prh PRHandler) error {
}

func processGitHub(o *Options, prh PRHandler) error {
// stdout := CensoredWriter{Delegate: os.Stdout, Censor: secret.Censor}
// stderr := CensoredWriter{Delegate: os.Stderr, Censor: secret.Censor}
if err := secret.Add(o.GitHubToken); err != nil {
return fmt.Errorf("start secrets agent: %w", err)
}
Expand Down

0 comments on commit 3eceffb

Please sign in to comment.