diff --git a/src/git_status.rs b/src/git_status.rs index dc86bc0d..8456f20a 100644 --- a/src/git_status.rs +++ b/src/git_status.rs @@ -67,9 +67,6 @@ impl StatusLists { for e in statuses.iter() { let status: Status = e.status(); - // if status.is_ignored() { - // continue; - // } let path = if let Some(diff) = e.head_to_index() { String::from(diff.new_file().path().unwrap().to_str().unwrap())