diff --git a/server/src/chat/transport/matrix/bot/verification.rs b/server/src/chat/transport/matrix/bot/verification.rs index 32d25c8c..293823b3 100644 --- a/server/src/chat/transport/matrix/bot/verification.rs +++ b/server/src/chat/transport/matrix/bot/verification.rs @@ -103,7 +103,6 @@ pub(super) async fn on_room_verification_request( ev: OriginalSyncRoomMessageEvent, client: Client, ) { - slog!("[matrix-bot] DEBUG room msg from {} msgtype={:?}", ev.sender, ev.content.msgtype); // Only act on in-room verification request messages. if !matches!(ev.content.msgtype, MessageType::VerificationRequest(_)) { return;