mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
remove needs_follow_up error log (#9272)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user