Skip to content

Commit fc4d501

Browse files
committed
Remove console.log
1 parent 52030b1 commit fc4d501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/anthropic.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export class AnthropicHandler implements ApiHandler, SingleCompletionHandler {
131131
case "message_start":
132132
// Tells us cache reads/writes/input/output.
133133
const usage = chunk.message.usage
134-
console.log("usage", usage)
135134

136135
yield {
137136
type: "usage",

0 commit comments

Comments
 (0)