Remove cruft. (#184)

Logging wasn't implemented fully nor getting used much.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-03-24 18:37:24 +05:30
committed by GitHub
parent b80ef2d015
commit 330a6dff72
4 changed files with 1 additions and 105 deletions

View File

@@ -184,10 +184,6 @@ struct Cli {
fn main() -> Result<()> {
use clap::Parser;
env_logger::builder()
.format_level(false)
.format_timestamp(None)
.init();
// Parse and dispatch command.
let cli = Cli::parse();