From 7e49237107933aa42f58c4e861d1706df83b4b94 Mon Sep 17 00:00:00 2001 From: pap Date: Thu, 15 Jan 2026 11:13:17 +0000 Subject: [PATCH] remove needs_follow_up log --- codex-rs/core/src/codex.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/codex.rs b/codex-rs/core/src/codex.rs index 158443ee49fd..595536c0ef5b 100644 --- a/codex-rs/core/src/codex.rs +++ b/codex-rs/core/src/codex.rs @@ -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,