mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 19:39:30 -04:00
removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8169 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3d3ffea102
commit
139d16a0e3
1 changed files with 2 additions and 0 deletions
|
@ -1953,7 +1953,9 @@ bool p3GRouter::loadList(std::list<RsItem*>& items)
|
||||||
delete *it ;
|
delete *it ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef GROUTER_DEBUG
|
||||||
debugDump();
|
debugDump();
|
||||||
|
#endif
|
||||||
return true ;
|
return true ;
|
||||||
}
|
}
|
||||||
bool p3GRouter::saveList(bool& cleanup,std::list<RsItem*>& items)
|
bool p3GRouter::saveList(bool& cleanup,std::list<RsItem*>& items)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue