Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
hankfreund authored and xiaoweim committed Aug 27, 2024
1 parent b368be7 commit ed2646c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func (r *CompositionReconciler) Reconcile(ctx context.Context, req ctrl.Request)
if err := r.processComposition(ctx, &composition, logger); err != nil {
// Don't return an error to avoid requeuing a request that we know can't succeed.
if errors.Is(err, errDuplicate) {
logger.Info("Returning nil")
return ctrl.Result{}, nil
}
logger.Info("Error processing Composition")
Expand Down

0 comments on commit ed2646c

Please sign in to comment.