mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
removed debug info in rsgenexchange.cc
This commit is contained in:
parent
49b321d132
commit
13441ff483
1 changed files with 2 additions and 0 deletions
|
@ -2886,7 +2886,9 @@ void RsGenExchange::processRecvdMessages()
|
|||
|
||||
if(!accept_new_msg || gpsi.mFirstTryTS + VALIDATE_MAX_WAITING_TIME < now)
|
||||
{
|
||||
#ifdef GEN_EXCH_DEBUG
|
||||
std::cerr << "Pending validation grp=" << gpsi.mId.first << ", msg=" << gpsi.mId.second << ", has exceeded validation time limit. The author's key can probably not be obtained. This is unexpected." << std::endl;
|
||||
#endif
|
||||
|
||||
delete gpsi.mItem;
|
||||
pend_it = mMsgPendingValidate.erase(pend_it);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue