aboutsummaryrefslogtreecommitdiff
path: root/autotests/testgroupsession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/testgroupsession.cpp')
-rw-r--r--autotests/testgroupsession.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/autotests/testgroupsession.cpp b/autotests/testgroupsession.cpp
index 858f29d8..ea1bb4a9 100644
--- a/autotests/testgroupsession.cpp
+++ b/autotests/testgroupsession.cpp
@@ -41,7 +41,6 @@ void TestOlmSession::groupSessionCryptoValid()
const auto plainText = QStringLiteral("Hello world!");
const auto ciphertext = std::get<QByteArray>(ogs->encrypt(plainText));
- qDebug() << ciphertext;
// ciphertext valid base64?
QVERIFY(QByteArray::fromBase64Encoding(ciphertext).decodingStatus == QByteArray::Base64DecodingStatus::Ok);