Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Remove added log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Nov 10, 2020
1 parent 20b411f commit 2e5ad47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/generated/controllers/generic_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,6 @@ func (gr *GenericReconciler) Patch(
func (gr *GenericReconciler) isOwnerReady(ctx context.Context, data *ReconcileMetadata) (bool, error) {
_, err := gr.ResourceResolver.GetOwner(ctx, data.metaObj)
if err != nil {
data.log.Info("error", "Err", err)

var typedErr *armresourceresolver.OwnerNotFound
if errors.As(err, &typedErr) {
data.log.V(4).Info("Owner does not yet exist", "NamespacedName", typedErr.OwnerName)
Expand Down

0 comments on commit 2e5ad47

Please sign in to comment.