mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
cleanup
This commit is contained in:
parent
79308db48d
commit
15fe2bdf23
1 changed files with 0 additions and 3 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue