Reduce debug print level
This commit is contained in:
parent
49bc33af7e
commit
f4975391ac
1 changed files with 1 additions and 1 deletions
|
|
@ -2494,7 +2494,7 @@ impl Application for App {
|
|||
move |events_res: notify_debouncer_full::DebounceEventResult| {
|
||||
match events_res {
|
||||
Ok(mut events) => {
|
||||
eprintln!("{:?}", events);
|
||||
log::debug!("{:?}", events);
|
||||
|
||||
events.retain(|event| {
|
||||
match &event.kind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue