mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-20 20:08:58 +00:00
remove println
This commit is contained in:
parent
fdf11326ef
commit
ccdea6a429
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user