removed some debug info

This commit is contained in:
csoler 2017-03-05 20:08:36 +01:00
parent 94c9c94367
commit 88a5c032e4
2 changed files with 4 additions and 0 deletions

View file

@ -1096,7 +1096,9 @@ bool p3GxsReputation::saveList(bool& cleanup, std::list<RsItem*> &savelist)
cleanup = true;
RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/
#ifdef DEBUG_REPUTATION
std::cerr << "p3GxsReputation::saveList()" << std::endl;
#endif
/* save */
std::map<RsPeerId, ReputationConfig>::iterator it;