still further log cleanings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-08 16:42:26 +00:00
parent 6f1e4623ab
commit 1c51a0faab
7 changed files with 68 additions and 52 deletions

View file

@ -804,7 +804,9 @@ void PeersDialog::configurefriend()
void PeersDialog::resetStatusBar()
{
#ifdef PEERS_DEBUG
std::cerr << "PeersDialog: reseting status bar." << std::endl ;
#endif
ui.statusStringLabel->setText(QString("")) ;
}
@ -882,7 +884,9 @@ void PeersDialog::insertChat()
std::list<ChatInfo> newchat;
if (!rsMsgs->getNewChat(newchat))
{
#ifdef PEERS_DEBUG
std::cerr << "could not get new chat." << std::endl ;
#endif
return;
}
#ifdef PEERS_DEBUG