[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:25:15 UTC 2016


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

The following commit has been merged in the master branch:
commit 8c79d7968fd27df5faf8bca233da889d6e6886f3
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Mar 2 17:24:10 2015 +0100

    Stop printing every chat message in the qDebug
---
 lib/chat-widget.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index c2e4234..2c49096 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -870,8 +870,6 @@ void ChatWidget::onPeerAuthenticationFailed()
 
 void ChatWidget::handleIncomingMessage(const Tp::ReceivedMessage &message, bool alreadyNotified)
 {
-    qCDebug(KTP_TEXTUI_LIB) << title() << message.text();
-
     if (d->chatViewInitialized) {
 
         d->exchangedMessagesCount++;

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list