mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
nit: useless log to debug (#6898)
When you type too fast in most terminals, it gets interpreted as paste, making this log spam
This commit is contained in:
@@ -254,7 +254,7 @@ impl ChatComposer {
|
||||
true
|
||||
}
|
||||
Err(err) => {
|
||||
tracing::info!("ERR: {err}");
|
||||
tracing::trace!("ERR: {err}");
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user