Skip to content

Commit abcfaf8

Browse files
authored
remove stray logging message (#327)
1 parent 80d29b8 commit abcfaf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/appwrapper/resource_management.go

-2
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ func (r *AppWrapperReconciler) createComponent(ctx context.Context, aw *awv1beta
346346
return err, true
347347
}
348348

349-
log.FromContext(ctx).Info("After injection", "obj", obj)
350-
351349
orig := copyForStatusPatch(aw)
352350
if meta.FindStatusCondition(aw.Status.ComponentStatus[componentIdx].Conditions, string(awv1beta2.ResourcesDeployed)) == nil {
353351
aw.Status.ComponentStatus[componentIdx].Name = obj.GetName()

0 commit comments

Comments
 (0)