From 1c09416277e72f1ddd451e1fbf3ef9074c76ef14 Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 17 Jul 2024 19:24:32 +0200 Subject: [PATCH] removes redundant println!() from example --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9e597b0..00673b5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ New-EventLog -LogName Application -Source hello_world use tracing_subscriber::{layer::SubscriberExt as _, util::SubscriberInitExt as _}; fn main() { - println!("Hello, world!"); - let eventlog = tracing_layer_win_eventlog::EventLogLayer::new("hello_world".to_owned()); tracing_subscriber::registry()