crypto: Don't log the devices that receive an outbound session twice

This commit is contained in:
Damir Jelić 2021-03-02 16:26:58 +01:00
parent 7729e2b11f
commit 693a0337a2

View file

@ -310,7 +310,6 @@ impl GroupSessionManager {
debug!(
should_rotate = should_rotate,
recipients = ?devices,
session_id = outbound.session_id(),
"Done calculating group session recipients"
);