remove (distracting) message about unknown lobby message that appears when not subscribed to a previousl subscribed lobby

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6655 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-30 21:09:48 +00:00
parent 731e832734
commit 51f0726dd3

View File

@ -2084,7 +2084,9 @@ bool p3ChatService::bounceLobbyObject(RsChatLobbyBouncingObject *item,const std:
if(it == _chat_lobbys.end())
{
#ifdef CHAT_DEBUG
std::cerr << "Chatlobby for id " << std::hex << item->lobby_id << " has no record. Dropping the msg." << std::dec << std::endl;
#endif
return false ;
}
ChatLobbyEntry& lobby(it->second) ;