Skip to content

Commit 9682856

Browse files
committed
remove unnecessary noisy error log
Signed-off-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
1 parent e55252c commit 9682856

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/controller/apikeyapproval_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ func (r *APIKeyApprovalReconciler) reconcileOwnerReference(ctx context.Context,
125125

126126
// Update the APIKeyApproval with the owner reference
127127
if err := r.Update(ctx, approval); err != nil {
128-
logger.Error(err, "Failed to update APIKeyApproval with owner reference")
129128
return err
130129
}
131130

0 commit comments

Comments
 (0)