diff --git a/src/events.rs b/src/events.rs index 7c0a194..cd76a49 100644 --- a/src/events.rs +++ b/src/events.rs @@ -124,7 +124,6 @@ impl BusEndpoint { // If the event was sent by this endpoint, it is skipped continue; } else { - trace!("#{} <- {}", self.id, event); return event; } }