Skip to content

Commit 4c6043c

Browse files
committed
Remove logging
1 parent af517b3 commit 4c6043c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/openrouter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ export class OpenRouterHandler extends BaseProvider implements SingleCompletionH
192192
// If a specific provider is requested, use the endpoint for that provider.
193193
if (this.options.openRouterSpecificProvider && this.endpoints[this.options.openRouterSpecificProvider]) {
194194
info = this.endpoints[this.options.openRouterSpecificProvider]
195-
console.log(`[OpenRouterHandler] Using specific provider: ${this.options.openRouterSpecificProvider}`, info)
196195
}
197196

198197
const isDeepSeekR1 = id.startsWith("deepseek/deepseek-r1") || id === "perplexity/sonar-reasoning"

0 commit comments

Comments
 (0)