Reduce debug print level

This commit is contained in:
Jeremy Soller 2024-07-11 16:20:29 -06:00
parent 49bc33af7e
commit f4975391ac
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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 {