From b7dbd566f0611a88aafef78f23d53b724302c33f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 9 Apr 2022 18:34:19 +0200 Subject: Comment out debug statement --- lib/room.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/room.cpp b/lib/room.cpp index 041d88c8..183e242a 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -1487,7 +1487,7 @@ RoomEventPtr Room::decryptMessage(const EncryptedEvent& encryptedEvent) encryptedEvent.sessionId(), encryptedEvent.id(), encryptedEvent.originTimestamp(), encryptedEvent.senderId()); if (decrypted.isEmpty()) { - qCWarning(E2EE) << "Encrypted message is empty"; + // qCWarning(E2EE) << "Encrypted message is empty"; return {}; } auto decryptedEvent = encryptedEvent.createDecrypted(decrypted); -- cgit v1.2.3