Skip to content

Commit

Permalink
cat: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 31, 2023
1 parent 3b87f5a commit 68061dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cmd/cat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,11 @@ impl Args {
},
GroupKind::ParentDirFName => {
grouping_value.clear();
// grouping_value.push_str(&get_parent_and_filename(&conf_path.unwrap()).
// unwrap());
grouping_value
.push_str(&get_parentdir_and_file(conf_path.unwrap(), false).unwrap());
},
GroupKind::ParentDirFStem => {
grouping_value.clear();
// grouping_value.push_str(&get_parent_and_filename(&conf_path.unwrap()).
// unwrap());
grouping_value
.push_str(&get_parentdir_and_file(conf_path.unwrap(), true).unwrap());
},
Expand Down

0 comments on commit 68061dc

Please sign in to comment.