[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:15 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=6bf4ace

The following commit has been merged in the master branch:
commit 6bf4acec463b29b423e879d93cfc2c5a36cb0b76
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue May 1 12:50:56 2012 +1000

    Remove debug output in Message::finalizedMessage()
    
    It used to print the contents of the message. This is now no longer
    needed, and it made the test output look cluttered and ugly.
    
    So it is now removed.
---
 KTp/message.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/message.cpp b/KTp/message.cpp
index ae947d2..d0e62b4 100644
--- a/KTp/message.cpp
+++ b/KTp/message.cpp
@@ -46,7 +46,7 @@ QString Message::finalizedMessage() const
     QString msg = m_mainPart + QLatin1String("
") +
         m_parts.join(QLatin1String("
"));
 
-    kDebug() << msg;
+//     kDebug() << msg;
     return msg;
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list