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:
csoler 2011-03-28 21:54:04 +00:00
parent 2f22a29d5e
commit cc5096e40a

View File

@ -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;
}