From 15fe2bdf239957efa13b1ca0fc21ab676831fcb7 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 18 Mar 2020 12:16:05 +0100 Subject: [PATCH] cleanup --- src/git_status.rs | 3 --- 1 file changed, 3 deletions(-) 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())