diff options
author | Alexander Karlis <alexanderkarlis@gmail.com> | 2020-08-31 22:00:22 -0400 |
---|---|---|
committer | David Peter <sharkdp@users.noreply.github.com> | 2020-09-14 11:24:14 +0200 |
commit | ccdea6a429801c52967fa75868491f65b3b83ce7 (patch) | |
tree | 4be8dc7ccd0d5783c4dc43ae3c5e8af0588a901f /src | |
parent | fdf11326efff48caf3c8c4d59a144c49948787f5 (diff) |
remove println
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/bat/app.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<StyleComponents> { let matches = &self.matches; - println!("{:#?}", matches); Ok(StyleComponents( if matches.value_of("decorations") == Some("never") { HashSet::new() |