diff --git a/rust/core-lib/src/tabs.rs b/rust/core-lib/src/tabs.rs index 93fd654b3..0b967cc3c 100644 --- a/rust/core-lib/src/tabs.rs +++ b/rust/core-lib/src/tabs.rs @@ -660,7 +660,6 @@ impl CoreState { #[cfg(feature = "notify")] fn handle_open_file_fs_event(&mut self, event: DebouncedEvent) { use notify::DebouncedEvent::*; - info!("Event type is {:?}", event); let path = match event { NoticeWrite(ref path) | Create(ref path) | Write(ref path) | Chmod(ref path) => path, other => {