Skip to content

Commit 2f61f15

Browse files
Update src/shared/getApiMetrics.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 6ff2a93 commit 2f61f15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/getApiMetrics.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export function getApiMetrics(messages: ClineMessage[]) {
7575
const parsedText: ParsedApiReqStartedTextType = JSON.parse(message.text)
7676
const { tokensIn, tokensOut, cacheWrites, cacheReads, apiProtocol } = parsedText
7777

78-
console.log("APi Protocol:", apiProtocol)
7978

8079
// Calculate context tokens based on API protocol
8180
if (apiProtocol === "openai") {

0 commit comments

Comments
 (0)