Remove commented code

This commit is contained in:
Edwin Cheng 2019-11-27 04:16:03 +08:00
parent 5b49ad5bd5
commit 97f6f141ee

View File

@ -80,9 +80,6 @@ pub fn run(
Verbosity::Quiet => ProgressBar::hidden(),
};
// bar.set_style(
// indicatif::ProgressStyle::default_bar().template("{wide_bar} {pos}/{len}\n{msg}"),
// );
bar.tick();
let mut num_exprs = 0;
let mut num_exprs_unknown = 0;