removed debug output form p3idservice

This commit is contained in:
csoler 2017-01-01 20:22:54 +01:00
parent 1a9f19145e
commit a261094120

View File

@ -270,7 +270,9 @@ void p3IdService::timeStampKey(const RsGxsId& gxs_id, const std::string& reason)
std::cerr << "(II) p3IdService:timeStampKey(): refusing to time stamp key " << gxs_id << " because it is banned." << std::endl;
return ;
}
#ifdef DEBUG_IDS
std::cerr << "(II) time stamping key " << gxs_id << " for the following reason: " << reason << std::endl;
#endif
RS_STACK_MUTEX(mIdMtx) ;