1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-02-20 20:08:58 +00:00

remove println

This commit is contained in:
Alexander Karlis 2020-08-31 22:00:22 -04:00 committed by David Peter
parent fdf11326ef
commit ccdea6a429

View File

@ -288,7 +288,6 @@ impl App {
fn style_components(&self) -> Result<StyleComponents> {
let matches = &self.matches;
println!("{:#?}", matches);
Ok(StyleComponents(
if matches.value_of("decorations") == Some("never") {
HashSet::new()