delete some debug outputs

This commit is contained in:
DenioD
2020-05-01 21:49:47 +02:00
parent f515be1aa8
commit c7d0acac71
2 changed files with 2 additions and 3 deletions

View File

@@ -966,7 +966,7 @@ void Controller::refreshTransactions() {
cid, // we have to set the cid here, its included in the headermemo
txid
);
qDebug()<< "Message CID: " << cid;
// qDebug()<< "Message CID: " << cid;
chatModel->addMessage(item);
}
@@ -1006,7 +1006,6 @@ void Controller::refreshChat(QListWidget *listWidget)
void Controller::refreshContacts(QListWidget *listWidget)
{
qDebug() << "Called Controller::refreshContacts(QListWidget *listWidget)";
contactModel->renderContactList(listWidget);
}