mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 05:14:21 -04:00
further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2239 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f14f4f58d7
commit
6f1e4623ab
11 changed files with 38 additions and 15 deletions
|
@ -300,7 +300,6 @@ void MessengerWindow::insertPeers()
|
|||
|
||||
//add the gpg friends
|
||||
for(it = gpgFriends.begin(); it != gpgFriends.end(); it++) {
|
||||
std::cerr << "" << *it << std::endl;
|
||||
// if (*it == rsPeers->getGPGOwnId()) {
|
||||
// continue;
|
||||
// }
|
||||
|
|
|
@ -326,6 +326,9 @@ void PeersDialog::updateDisplay()
|
|||
/* get the list of peers from the RsIface. */
|
||||
void PeersDialog::insertPeers()
|
||||
{
|
||||
#ifdef PEERS_DEBUG
|
||||
std::cerr << "PeersDialog::insertPeers() called." << std::endl;
|
||||
#endif
|
||||
std::list<std::string> gpgFriends;
|
||||
std::list<std::string>::iterator it;
|
||||
|
||||
|
|
|
@ -233,7 +233,7 @@ void NotifyQt::UpdateGUI()
|
|||
|
||||
/* id the name */
|
||||
std::string name = rsPeers->getPeerName(id);
|
||||
std::cerr << "NotifyQT got message for peer id : " << id << "; name : " << name << std::endl;
|
||||
//std::cerr << "NotifyQT got message for peer id : " << id << "; name : " << name << std::endl;
|
||||
std::string realmsg = "<strong>" + name + "</strong>";
|
||||
switch(type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue