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:
csoler 2015-04-25 13:47:37 +00:00
parent 3d3ffea102
commit 139d16a0e3

View File

@ -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)