Skip to content

Commit

Permalink
Removed debug print for routes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Feb 20, 2024
1 parent d510cb4 commit bb97135
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/boot-script-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,6 @@ func main() {

router := initHandlers()

// print all routes for debug
routes := router.Routes()
for _, route := range routes {
fmt.Printf("route: %s\n", route.Pattern)
}

// try and fetch JWKS from issuer
if requireAuth {
for i := uint64(0); i <= authRetryCount; i++ {
Expand Down

0 comments on commit bb97135

Please sign in to comment.