Remove bad print
This commit is contained in:
parent
f720607936
commit
9f77f09c6d
@ -146,7 +146,6 @@ impl EventListener {
|
|||||||
}
|
}
|
||||||
impl<S: Subscriber> Layer<S> for EventListener {
|
impl<S: Subscriber> Layer<S> for EventListener {
|
||||||
fn on_event(&self, ev: &tracing::Event, _: Context<S>) {
|
fn on_event(&self, ev: &tracing::Event, _: Context<S>) {
|
||||||
println!("event name: {}", ev.metadata().name());
|
|
||||||
if !self.filters.matches_metadata(ev.metadata()) {
|
if !self.filters.matches_metadata(ev.metadata()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user