Skip to content

Commit

Permalink
remove commented out err
Browse files Browse the repository at this point in the history
  • Loading branch information
ncode committed Feb 2, 2025
1 parent cca0f5f commit 4333c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/nacp/nacp.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func NewProxyHandler(nomadAddress *url.URL, jobHandler *admissionctrl.JobHandler
r = r.WithContext(ctx)

var err error
//var err error
if isRegister(r) {
r, err = handleRegister(r, appLogger, jobHandler)

Expand Down

0 comments on commit 4333c62

Please sign in to comment.