mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed soem debug outputs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4109 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2f22a29d5e
commit
cc5096e40a
@ -56,7 +56,7 @@
|
||||
//#define DISTRIB_DEBUG 1
|
||||
//#define DISTRIB_THREAD_DEBUG 1
|
||||
//#define DISTRIB_DUMMYMSG_DEBUG 1
|
||||
#define DISTRIB_HISTORY_DEBUG
|
||||
//#define DISTRIB_HISTORY_DEBUG
|
||||
|
||||
RSA *extractPublicKey(RsTlvSecurityKey &key);
|
||||
RSA *extractPrivateKey(RsTlvSecurityKey &key);
|
||||
@ -1221,8 +1221,8 @@ bool p3GroupDistrib::loadGroup(RsDistribGrp *newGrp, bool historical)
|
||||
#ifdef DISTRIB_DEBUG
|
||||
std::cerr << "p3GroupDistrib::loadGroup() Done";
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
std::cerr << "ok: " << ok << std::endl;
|
||||
#endif
|
||||
return ok;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user