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:
parent
15b5eb30ed
commit
cfc57e14c7
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ impl ChatComposer {
|
|||
true
|
||||
}
|
||||
Err(err) => {
|
||||
tracing::info!("ERR: {err}");
|
||||
tracing::trace!("ERR: {err}");
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue