[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim-addons] kmailtransport/sendmail: Debug--
From:       Laurent Montel <null () kde ! org>
Date:       2018-08-16 6:15:43
Message-ID: E1fqBZP-0007Uh-3C () code ! kde ! org
[Download RAW message or body]

Git commit ce80610c3dc9f980f067e9bc9dfd72fa322a1d15 by Laurent Montel.
Committed on 16/08/2018 at 06:15.
Pushed by mlaurent into branch 'master'.

Debug--

M  +0    -2    kmailtransport/sendmail/sendmailjob.cpp

https://commits.kde.org/kdepim-addons/ce80610c3dc9f980f067e9bc9dfd72fa322a1d15

diff --git a/kmailtransport/sendmail/sendmailjob.cpp \
b/kmailtransport/sendmail/sendmailjob.cpp index d4785b6b..599b2066 100644
--- a/kmailtransport/sendmail/sendmailjob.cpp
+++ b/kmailtransport/sendmail/sendmailjob.cpp
@@ -49,8 +49,6 @@ SendmailJob::~SendmailJob()
 void SendmailJob::doStart()
 {
     QStringList arguments = QStringList() << QStringLiteral("-i") << \
                QStringLiteral("-f") << sender() << to() << cc() << bcc();
-    qDebug() << " void SendmailJob::doStart()***************" << arguments;
-    qDebug() <<" transport()->options()"<<transport()->options();
     if (!transport()->options().isEmpty()) {
         const QStringList arg = KShell::splitArgs(transport()->options().trimmed());
         arguments << arg;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic