diff --git a/src/uu/head/src/head.rs b/src/uu/head/src/head.rs index 40857946d..a18dbd59a 100644 --- a/src/uu/head/src/head.rs +++ b/src/uu/head/src/head.rs @@ -238,7 +238,7 @@ impl HeadOptions { Some(v) => v.cloned().collect(), None => vec!["-".to_owned()], }; - //println!("{:#?}", options); + Ok(options) } }