Skip to content

Commit

Permalink
Remove debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Feb 27, 2024
1 parent fa5ca6e commit 4109c0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/webhooks/github/actions/yaml_translate_releases.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,10 @@ func newYAMLTranslateReleases(logger *zap.SugaredLogger, client *clients.Github,
for _, m := range t.To {
to, err := filepatchers.InitPatcher(m)
if err != nil {
fmt.Println("1")
return nil, err
}
yt.to = append(yt.to, to)
}
fmt.Println("2")

ts, ok := translationMap[n]
if !ok {
Expand Down

0 comments on commit 4109c0a

Please sign in to comment.