removes redundant println!() from example
This commit is contained in:
parent
3771df0f29
commit
1c09416277
@ -14,8 +14,6 @@ New-EventLog -LogName Application -Source hello_world
|
|||||||
use tracing_subscriber::{layer::SubscriberExt as _, util::SubscriberInitExt as _};
|
use tracing_subscriber::{layer::SubscriberExt as _, util::SubscriberInitExt as _};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
|
||||||
|
|
||||||
let eventlog = tracing_layer_win_eventlog::EventLogLayer::new("hello_world".to_owned());
|
let eventlog = tracing_layer_win_eventlog::EventLogLayer::new("hello_world".to_owned());
|
||||||
|
|
||||||
tracing_subscriber::registry()
|
tracing_subscriber::registry()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user