remove needs_follow_up error log (#9272)
This commit is contained in:
parent
169201b1b5
commit
d886a8646c
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue