mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 15:28:28 -05:00
removed debug code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7586 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b3bedd592d
commit
c527fa9375
@ -2918,12 +2918,10 @@ void RsGxsNetService::handleRecvPublishKeys(RsNxsGroupPublishKeyItem *item)
|
||||
if((it->second.keyFlags & RSTLV_KEY_DISTRIB_PRIVATE) && (it->second.keyFlags & RSTLV_KEY_TYPE_FULL))
|
||||
{
|
||||
std::cerr << " (EE) Publish key already present in database. Discarding message." << std::endl;
|
||||
// return ;
|
||||
return ;
|
||||
}
|
||||
|
||||
// Store/update the info.
|
||||
|
||||
//std::cerr << " (WW) Skipping key update, until fully debugged." << std::endl;
|
||||
// Store/update the info.
|
||||
|
||||
it->second = item->key ;
|
||||
bool ret = mDataStore->updateGroupKeys(item->grpId,grpMeta->keys, grpMeta->mSubscribeFlags | GXS_SERV::GROUP_SUBSCRIBE_PUBLISH) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user