mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
crypto: Don't log the devices that receive an outbound session twice
This commit is contained in:
@@ -310,7 +310,6 @@ impl GroupSessionManager {
|
||||
|
||||
debug!(
|
||||
should_rotate = should_rotate,
|
||||
recipients = ?devices,
|
||||
session_id = outbound.session_id(),
|
||||
"Done calculating group session recipients"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user