Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Oct 29, 2019
1 parent 2e434b8 commit 3fad756
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/async_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ func (r *AsyncReconciler) Reconcile(req ctrl.Request, local runtime.Object) (ctr
return ctrl.Result{}, client.IgnoreNotFound(err)
}

// if err := r.Az.ForSubscription(ctx, local); err != nil {
// return ctrl.Result{}, err
// }

res, convertErr := meta.Accessor(local)
if convertErr != nil {
log.Info("accessor fail")
Expand Down

0 comments on commit 3fad756

Please # to comment.