aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-04-09 18:34:19 +0200
committerTobias Fella <fella@posteo.de>2022-04-09 18:34:19 +0200
commitb7dbd566f0611a88aafef78f23d53b724302c33f (patch)
treea7cd3c32bf916385783912fe2c193d58cba44559 /lib
parent2af8d83526ed7a24c18b185e1d64d97632e10f1e (diff)
downloadlibquotient-b7dbd566f0611a88aafef78f23d53b724302c33f.tar.gz
libquotient-b7dbd566f0611a88aafef78f23d53b724302c33f.zip
Comment out debug statement
Diffstat (limited to 'lib')
-rw-r--r--lib/room.cpp2
1 files changed, 1 insertions, 1 deletions
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);