mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
removed debug switch to allow display of existing distant group search results
This commit is contained in:
parent
47e760a2c5
commit
59c51a250b
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue