mirror of
https://github.com/arampoire/onetun.git
synced 2025-12-01 03:00:25 -05:00
Remove event tracing when reading from bus
This commit is contained in:
parent
2b18bd4ec3
commit
025c001abb
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ impl BusEndpoint {
|
||||||
// If the event was sent by this endpoint, it is skipped
|
// If the event was sent by this endpoint, it is skipped
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
trace!("#{} <- {}", self.id, event);
|
|
||||||
return event;
|
return event;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue