[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=9e0e114

The following commit has been merged in the master branch:
commit 9e0e114193a268d02cfd473b9c629b5ae5528e01
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.
---
 lib/message.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/message.cpp b/lib/message.cpp
index ae947d2..d0e62b4 100644
--- a/lib/message.cpp
+++ b/lib/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-text-ui packaging



More information about the pkg-kde-commits mailing list