Skip to content

Commit

Permalink
chore: remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbraymok committed Jan 1, 2025
1 parent e5572a6 commit ff8416b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoscaler/controllers/destination_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ type DestinationReconciler struct {
func (r *DestinationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
logger := log.FromContext(ctx)
logger.V(0).Info("Reconciling Destination")

err := gateway.Sync(ctx, r.Client, r.Scheme, r.ImagePullSecrets, r.OdigosVersion, r.Config)
if err != nil {
return ctrl.Result{}, err
Expand Down

0 comments on commit ff8416b

Please sign in to comment.