Skip to content

Commit

Permalink
Whoops; remove debug stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Jun 28, 2024
1 parent eaee819 commit d3faee8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pinecone/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1070,8 +1070,6 @@ func (c *Client) extractAuthHeader() map[string]string {
for key, value := range c.headers {
for _, checkKey := range possibleAuthKeys {
if strings.ToLower(key) == checkKey {
//fmt.Println("!! key in extractAuthHeader here", key)
//fmt.Println("!! Return value from extractAuthHeader looks like this: ", map[string]string{key: value})
return map[string]string{key: value}
}
}
Expand Down

0 comments on commit d3faee8

Please sign in to comment.