chore: remove redundant debug output

This commit is contained in:
Lixeer
2026-02-15 06:30:31 +08:00
parent 6c392c3387
commit ecbe31599e

View File

@@ -71,11 +71,11 @@ func (p *GitHubCopilotProvider) Chat(ctx context.Context, messages []Message, to
fmt.Println("[DEBUG] call p.session.Send")
content,_ := p.session.Send(ctx,copilot.MessageOptions{
Prompt: string(fullcontent),
})
fmt.Println("[DEBUG] end cal")
return &LLMResponse{
FinishReason : "stop",