mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
removed two debug outputs from MessageDialog
This commit is contained in:
parent
3f6964bb8b
commit
a540ffd9a2
@ -852,8 +852,6 @@ void MessagesDialog::insertMessages()
|
|||||||
|
|
||||||
rsMail -> getMessageSummaries(msgList);
|
rsMail -> getMessageSummaries(msgList);
|
||||||
|
|
||||||
std::cerr << "MessagesDialog::insertMessages()" << std::endl;
|
|
||||||
|
|
||||||
int filterColumn = ui.filterLineEdit->currentFilter();
|
int filterColumn = ui.filterLineEdit->currentFilter();
|
||||||
|
|
||||||
/* check the mode we are in */
|
/* check the mode we are in */
|
||||||
@ -1468,8 +1466,6 @@ void MessagesDialog::setMsgStar(const QList<QTreeWidgetItem*> &items, bool star)
|
|||||||
|
|
||||||
void MessagesDialog::insertMsgTxtAndFiles(QTreeWidgetItem *item, bool bSetToRead)
|
void MessagesDialog::insertMsgTxtAndFiles(QTreeWidgetItem *item, bool bSetToRead)
|
||||||
{
|
{
|
||||||
std::cerr << "MessagesDialog::insertMsgTxtAndFiles()" << std::endl;
|
|
||||||
|
|
||||||
/* get its Ids */
|
/* get its Ids */
|
||||||
std::string cid;
|
std::string cid;
|
||||||
std::string mid;
|
std::string mid;
|
||||||
|
Loading…
Reference in New Issue
Block a user