copilot-api-plus 1.0.49 → 1.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -3053,7 +3053,6 @@ async function handleCompletion$1(c) {
3053
3053
  cacheReadTokens: parsed.usage.prompt_tokens_details?.cached_tokens
3054
3054
  };
3055
3055
  setTokenUsage(usage);
3056
- console.log(`[${formatTokenUsage(usage)}]`);
3057
3056
  }
3058
3057
  }
3059
3058
  } catch {}
@@ -3530,7 +3529,6 @@ async function handleCompletion(c) {
3530
3529
  cacheReadTokens: chunk.usage.prompt_tokens_details?.cached_tokens
3531
3530
  };
3532
3531
  setTokenUsage(usage);
3533
- console.log(`[${formatTokenUsage(usage)}]`);
3534
3532
  }
3535
3533
  for (const event of events$1) await stream.writeSSE({
3536
3534
  event: event.type,