suppressed debug output

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-01-28 13:20:01 +00:00
parent c3be19227d
commit 6c7535a3aa
3 changed files with 22 additions and 1 deletions

View file

@ -382,7 +382,9 @@ void NotifyQt::notifyListChange(int list, int type)
emit privateChatChanged(list, type);
break;
case NOTIFY_LIST_CHAT_LOBBY_LIST:
#ifdef NOTIFY_DEBUG
std::cerr << "received notify chat lobby list" << std::endl;
#endif
emit lobbyListChanged();
case NOTIFY_LIST_GROUPLIST: