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:
jif-oai 2025-11-19 12:32:53 +00:00 committed by GitHub
parent 15b5eb30ed
commit cfc57e14c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,7 +254,7 @@ impl ChatComposer {
true
}
Err(err) => {
tracing::info!("ERR: {err}");
tracing::trace!("ERR: {err}");
false
}
}