mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
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:
committed by
GitHub
parent
b80ef2d015
commit
330a6dff72
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user