remove redundant 'response NKB' log line

Already shown in === RESPONSE === section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kent Overstreet 2026-03-22 02:22:46 -04:00
parent f70d108193
commit 53c5424c98

View file

@ -163,7 +163,6 @@ fn run_one_agent_inner(
let output = llm::call_for_def(def, &agent_batch.prompt, log)?; let output = llm::call_for_def(def, &agent_batch.prompt, log)?;
log(&format!("response {}KB", output.len() / 1024));
Ok(AgentResult { Ok(AgentResult {
output, output,