removed debug info

This commit is contained in:
csoler 2020-03-05 20:50:25 +01:00
parent 48d09b5867
commit 09fe628415
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -3002,9 +3002,11 @@ void p3IdService::requestIdsFromNet()
}
else
{
#ifdef DEBUG_IDS
RsInfo() << __PRETTY_FUNCTION__ << " no online peers among supplied"
<< " list in request for RsGxsId: " << gxsId
<< ". Keeping it until peers show up."<< std::endl;
#endif
++cit;
}
}