remove needs_follow_up error log (#9272)

This commit is contained in:
pap-openai 2026-01-15 21:20:54 +00:00 committed by GitHub
parent 169201b1b5
commit d886a8646c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2962,7 +2962,6 @@ async fn try_run_turn(
should_emit_turn_diff = true;
needs_follow_up |= sess.has_pending_input().await;
error!("needs_follow_up: {needs_follow_up}");
break Ok(TurnRunResult {
needs_follow_up,