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

View File

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