Skip to content

Commit

Permalink
https://github.com/xi-editor/xi-editor/issues/922
Browse files Browse the repository at this point in the history
Removing info!.
  • Loading branch information
sjoshid committed Nov 25, 2018
1 parent f39f393 commit 04e544d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/core-lib/src/tabs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 04e544d

Please sign in to comment.