Don't log keys

Although I'm not sure this actually did anyway, but it was very spammy
This commit is contained in:
David Baker
2023-10-25 15:30:58 +01:00
parent 99d5103dfa
commit 8a18dadc02

View File

@@ -67,8 +67,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
);
logger.debug(
`Embedded-E2EE-LOG onEncryptionKeyChanged room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`,
this.getKeys(),
`Sent new key to livekit room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`,
);
};
}