Remove event tracing when reading from bus

This commit is contained in:
Aram 🍐 2022-01-08 14:48:04 -05:00
parent 2b18bd4ec3
commit 025c001abb

View file

@ -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;
}
}