Removed a noisy log log

This commit is contained in:
Eric Traut
2026-01-15 12:09:51 -08:00
parent 169201b1b5
commit 9968912ab1

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,