mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
removed debug switch to allow display of existing distant group search results
This commit is contained in:
parent
47e760a2c5
commit
59c51a250b
@ -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) ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user