Skip to content

Commit

Permalink
removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Mar 2, 2025
1 parent 33ebdf2 commit 4f8010d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/http/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ func APIKeyMiddleware(apiKeyParam string) func(next http.Handler) http.Handler {
return
}

// print out the full request header
log.Printf("Request Header: %v", r.Header)

// Check API key in header or query parameter
requestKey := r.Header.Get("X-API-Key")
if requestKey == "" {
Expand Down

0 comments on commit 4f8010d

Please sign in to comment.