mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
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:
parent
c3be19227d
commit
6c7535a3aa
3 changed files with 22 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue