mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
remove needs_follow_up error log (#9272)
This commit is contained in:
committed by
GitHub
Unverified
parent
169201b1b5
commit
d886a8646c
@@ -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