Skip to content

Commit

Permalink
Revert "TEMP"
Browse files Browse the repository at this point in the history
This reverts commit 0db5902.
  • Loading branch information
Jordan Olshevski committed Dec 13, 2023
1 parent 674d6b2 commit fe7562c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controllers/reconciliation/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func (c *Controller) reconcileResource(ctx context.Context, prev, resource *reco
if err != nil {
return fmt.Errorf("adding resource version: %w", err)
}
logger.V(1).Info("TODO: REMOVE ME", "patchBody", string(patch))
err = c.upstreamClient.Patch(ctx, current, client.RawPatch(patchType, patch))
if err != nil {
return fmt.Errorf("applying patch: %w", err)
Expand Down

0 comments on commit fe7562c

Please sign in to comment.