mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
removed some useless debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2fd623bfed
commit
2f3287b898
2 changed files with 6 additions and 2 deletions
|
@ -196,14 +196,14 @@ NetworkDialog::NetworkDialog(QWidget *parent)
|
|||
|
||||
void NetworkDialog::updateNewDiscoveryInfo()
|
||||
{
|
||||
std::cerr << "Received new p3disc info. Updating networkview." << std::endl;
|
||||
//std::cerr << "Received new p3disc info. Updating networkview." << std::endl;
|
||||
networkview->update();
|
||||
networkview->updateDisplay();
|
||||
}
|
||||
|
||||
void NetworkDialog::connecttreeWidgetCostumPopupMenu( QPoint point )
|
||||
{
|
||||
std::cerr << "NetworkDialog::connecttreeWidgetCostumPopupMenu( QPoint point ) called" << std::endl;
|
||||
//std::cerr << "NetworkDialog::connecttreeWidgetCostumPopupMenu( QPoint point ) called" << std::endl;
|
||||
QTreeWidgetItem *wi = getCurrentNeighbour();
|
||||
if (!wi)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue