From 47bbe9cddfd66cde45ef4fb19331758a322f39a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Quentin?=
 <jquentin@jquentin-laptop-kub2.(none)>
Date: Fri, 24 Jul 2009 15:36:44 -0400
Subject: [PATCH] [#1886] debug messages when loading history removed

---
 sflphone-client-kde/src/Call.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sflphone-client-kde/src/Call.cpp b/sflphone-client-kde/src/Call.cpp
index 13e4b83449..11a5769204 100644
--- a/sflphone-client-kde/src/Call.cpp
+++ b/sflphone-client-kde/src/Call.cpp
@@ -104,7 +104,6 @@ const char * Call::historyIcons[3] = {ICON_HISTORY_INCOMING, ICON_HISTORY_OUTGOI
 
 void Call::initCallItem()
 {
-	qDebug() << "initCallItem";
 	item = new QListWidgetItem();
 	item->setSizeHint(QSize(140,45));
 	item->setFlags(Qt::ItemIsSelectable|Qt::ItemIsDragEnabled|Qt::ItemIsDropEnabled|Qt::ItemIsEnabled);
@@ -776,7 +775,7 @@ void Call::updateItem()
 	}
 	else
 	{
-		qDebug() << "Updating item of call of state OVER. Doing nothing.";
+// 		qDebug() << "Updating item of call of state OVER. Doing nothing.";
 	}
 }
 
-- 
GitLab