Skip to content

Commit 751b377

Browse files
authored
chore: remove debug println (#773)
Signed-off-by: Donnie Adams <donnie@obot.ai>
1 parent 917fe42 commit 751b377

File tree

1 file changed

+0
-1
lines changed
  • anthropic-model-provider-go/proxy

1 file changed

+0
-1
lines changed

anthropic-model-provider-go/proxy/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ func (s *Server) AnthropicProxyRedirect(req *http.Request) {
2929
req.Host = req.URL.Host
3030

3131
apiKey := s.cfg.APIKey
32-
fmt.Println(req.Header)
3332
if requestAPIKey := req.Header.Get("X-Obot-OBOT_ANTHROPIC_MODEL_PROVIDER_API_KEY"); requestAPIKey != "" {
3433
apiKey = requestAPIKey
3534
req.Header.Del("X-Obot-OBOT_ANTHROPIC_MODEL_PROVIDER_API_KEY")

0 commit comments

Comments
 (0)