[network/ruqola] src/core/model: Debug--

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 1c22aa6e3da7316c44281c77053625a9e7ce69e1 by Laurent Montel.
Committed on 06/08/2026 at 11:28.
Pushed by mlaurent into branch 'master'.

Debug--

M  +0    -2    src/core/model/messagesmodel.cpp

https://invent.kde.org/network/ruqola/-/commit/1c22aa6e3da7316c44281c77053625a9e7ce69e1

diff --git a/src/core/model/messagesmodel.cpp b/src/core/model/messagesmodel.cpp
index be15fbc383..b1ea93f42f 100644
--- a/src/core/model/messagesmodel.cpp
+++ b/src/core/model/messagesmodel.cpp
@@ -439,7 +439,6 @@ void MessagesModel::generateText(const Message &message, const QString &searchTe
 
 void MessagesModel::decryptMessages(const QByteArray &sessionKey)
 {
-    qDebug() << " void MessagesModel::decryptMessages(const QByteArray &sessionKey)" << mAllMessages.count();
     for (auto &msg : std::as_const(mAllMessages)) {
         if (auto f = msg.messageEncrypted()) {
             f->decryptContent(sessionKey);
@@ -454,7 +453,6 @@ QString MessagesModel::convertedText(const Message &message, const QString &sear
     } else if (message.messageType() == Message::EncryptedText) {
         if (message.messageEncrypted()) {
             const QString text = message.messageEncrypted()->descriptedText();
-            qDebug() << " text " << text;
             if (!text.isEmpty()) {
                 return text;
             }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.