mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
head: remove debug info
This commit is contained in:
parent
dedd644016
commit
02da79bfaf
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ impl HeadOptions {
|
||||||
Some(v) => v.cloned().collect(),
|
Some(v) => v.cloned().collect(),
|
||||||
None => vec!["-".to_owned()],
|
None => vec!["-".to_owned()],
|
||||||
};
|
};
|
||||||
//println!("{:#?}", options);
|
|
||||||
Ok(options)
|
Ok(options)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue