removed some debug info

This commit is contained in:
csoler 2016-01-26 23:00:10 -05:00
parent af770fda9c
commit 3bc444b087
5 changed files with 22 additions and 22 deletions

View file

@ -434,9 +434,9 @@ int pqipersongrp::removePeer(const RsPeerId& id)
std::map<RsPeerId, SearchModule *>::iterator it;
#ifdef PGRP_DEBUG
#endif
std::cerr << "pqipersongrp::removePeer() id: " << id;
std::cerr << std::endl;
#endif
RsStackMutex stack(coreMtx); /**************** LOCKED MUTEX ****************/