Skip to content

Commit

Permalink
fix(controller): remove debug log that leaks the entire caddy config
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <me@matthewp.io>
  • Loading branch information
matthewpi committed May 20, 2024
1 parent 8891b63 commit 048a7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ func (r *GatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
log.Error(err, "Error generating Gateway config")
return ctrl.Result{}, err
}
fmt.Println(string(b))

caddyEps, err := r.getEndpoints(ctx, gw)
if err != nil {
Expand Down

0 comments on commit 048a7c6

Please sign in to comment.