removed debug switch to allow display of existing distant group search results

This commit is contained in:
csoler 2018-07-05 10:16:48 +02:00
parent 47e760a2c5
commit 59c51a250b
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -5196,8 +5196,7 @@ void RsGxsNetService::receiveTurtleSearchResults(TurtleRequestId req, const std:
// only keep groups that are not locally known, and groups that are not already in the mDistantSearchResults structure
for(auto it(group_infos.begin());it!=group_infos.end();++it)
#warning Uncomment when done with testing!
// if(grpMeta[(*it).group_id] == NULL)
if(grpMeta[(*it).group_id] == NULL)
{
filtered_results.push_back(*it) ;