mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
head: remove debug info
This commit is contained in:
@@ -238,7 +238,7 @@ impl HeadOptions {
|
||||
Some(v) => v.cloned().collect(),
|
||||
None => vec!["-".to_owned()],
|
||||
};
|
||||
//println!("{:#?}", options);
|
||||
|
||||
Ok(options)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user