mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 04:14:27 -04:00
removed debug info in rsDataService
This commit is contained in:
parent
95915fa31d
commit
951f29f155
1 changed files with 4 additions and 4 deletions
|
@ -1377,10 +1377,10 @@ int RsDataService::retrieveGxsGrpMetaData(std::map<RsGxsGroupId, RsGxsGrpMetaDat
|
||||||
{
|
{
|
||||||
bool valid = c->moveToFirst();
|
bool valid = c->moveToFirst();
|
||||||
|
|
||||||
//#ifdef RS_DATA_SERVICE_DEBUG_CACHE
|
#ifdef RS_DATA_SERVICE_DEBUG_CACHE
|
||||||
if(!valid)
|
if(!valid)
|
||||||
std::cerr << " Empty query! GrpId " << grpId << " is not in database" << std::endl;
|
std::cerr << " Empty query! GrpId " << grpId << " is not in database" << std::endl;
|
||||||
//#endif
|
#endif
|
||||||
while(valid)
|
while(valid)
|
||||||
{
|
{
|
||||||
RsGxsGrpMetaData* g = locked_getGrpMeta(*c, 0);
|
RsGxsGrpMetaData* g = locked_getGrpMeta(*c, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue