mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05: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_DEBUG 1
|
||||||
//#define DISTRIB_THREAD_DEBUG 1
|
//#define DISTRIB_THREAD_DEBUG 1
|
||||||
//#define DISTRIB_DUMMYMSG_DEBUG 1
|
//#define DISTRIB_DUMMYMSG_DEBUG 1
|
||||||
#define DISTRIB_HISTORY_DEBUG
|
//#define DISTRIB_HISTORY_DEBUG
|
||||||
|
|
||||||
RSA *extractPublicKey(RsTlvSecurityKey &key);
|
RSA *extractPublicKey(RsTlvSecurityKey &key);
|
||||||
RSA *extractPrivateKey(RsTlvSecurityKey &key);
|
RSA *extractPrivateKey(RsTlvSecurityKey &key);
|
||||||
@ -1221,8 +1221,8 @@ bool p3GroupDistrib::loadGroup(RsDistribGrp *newGrp, bool historical)
|
|||||||
#ifdef DISTRIB_DEBUG
|
#ifdef DISTRIB_DEBUG
|
||||||
std::cerr << "p3GroupDistrib::loadGroup() Done";
|
std::cerr << "p3GroupDistrib::loadGroup() Done";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
|
||||||
std::cerr << "ok: " << ok << std::endl;
|
std::cerr << "ok: " << ok << std::endl;
|
||||||
|
#endif
|
||||||
return ok;
|
return ok;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user