Skip to content
Snippets Groups Projects
Commit 47bbe9cd authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

[#1886] debug messages when loading history removed

parent 2408549d
Branches
No related tags found
No related merge requests found
......@@ -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.";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment