From ccdea6a429801c52967fa75868491f65b3b83ce7 Mon Sep 17 00:00:00 2001 From: Alexander Karlis Date: Mon, 31 Aug 2020 22:00:22 -0400 Subject: [PATCH] remove println --- src/bin/bat/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/bat/app.rs b/src/bin/bat/app.rs index 0858f6aa..24cc7ac8 100644 --- a/src/bin/bat/app.rs +++ b/src/bin/bat/app.rs @@ -288,7 +288,6 @@ impl App { fn style_components(&self) -> Result { let matches = &self.matches; - println!("{:#?}", matches); Ok(StyleComponents( if matches.value_of("decorations") == Some("never") { HashSet::new()