Skip to content

Commit 667ac6e

Browse files
bobh66jbw976
authored andcommitted
Remove event for successfully composed resources
Signed-off-by: Bob Haddleton <[email protected]>
1 parent 933c39c commit 667ac6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/apiextensions/composite/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func (r *Reconciler) Reconcile(ctx context.Context, req reconcile.Request) (reco
640640
// considered synced (i.e. severe enough to return a ReconcileError) but
641641
// they are severe enough that we probably shouldn't say we successfully
642642
// composed resources.
643-
r.record.Event(xr, event.Normal(reasonCompose, "Successfully composed resources"))
643+
log.Debug("Successfully composed resources")
644644
}
645645

646646
var unready []ComposedResource

0 commit comments

Comments
 (0)