Skip to content

Commit

Permalink
remove pointless logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasheed Abdul-Aziz committed Nov 4, 2021
1 parent b9b84dd commit 51b9d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registrar/registrar.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func registerSupplyChainController(mgr manager.Manager) error {
&source.Kind{Type: template},
handler.EnqueueRequestsFromMapFunc(mapper.TemplateToSupplyChainRequests),
); err != nil {
return fmt.Errorf("watch template (%v): %w", template, err)
return fmt.Errorf("watch template: %w", err)
}
}

Expand Down

0 comments on commit 51b9d9d

Please sign in to comment.