Skip to content

Commit cfc57e1

Browse files
authored
nit: useless log to debug (#6898)
When you type too fast in most terminals, it gets interpreted as paste, making this log spam
1 parent 15b5eb3 commit cfc57e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/tui/src/bottom_pane/chat_composer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ impl ChatComposer {
254254
true
255255
}
256256
Err(err) => {
257-
tracing::info!("ERR: {err}");
257+
tracing::trace!("ERR: {err}");
258258
false
259259
}
260260
}

0 commit comments

Comments
 (0)