1
Fork 0
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:
Sylvestre Ledru 2025-03-07 08:15:34 +01:00
parent dedd644016
commit 02da79bfaf

View file

@ -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)
} }
} }