mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -1953,7 +1953,9 @@ bool p3GRouter::loadList(std::list<RsItem*>& items)
|
||||
delete *it ;
|
||||
}
|
||||
}
|
||||
#ifdef GROUTER_DEBUG
|
||||
debugDump();
|
||||
#endif
|
||||
return true ;
|
||||
}
|
||||
bool p3GRouter::saveList(bool& cleanup,std::list<RsItem*>& items)
|
||||
|
Loading…
Reference in New Issue
Block a user