Skip to content

Commit

Permalink
refactor: Remove console.debug statement in Claude provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Aug 20, 2024
1 parent 1cd6d39 commit 70f19fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/claude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const sendRequestFunc = (settings: ClaudeOptions): SendRequest =>
...remains
}
console.debug('proxyUrl', proxyUrl)
console.debug('claude api body', JSON.stringify(body))
// console.debug('claude api body', JSON.stringify(body))

const response = await fetch(baseURL, {
method: 'POST',
Expand Down

0 comments on commit 70f19fa

Please sign in to comment.