mirror of
https://github.com/RetroShare/BitDHT.git
synced 2026-09-14 11:05:44 +05:00
removed unnecessary debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8153 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
466e9bf620
commit
021dd6ddca
@ -588,9 +588,11 @@ void bdNodeManager::SearchForLocalNet()
|
||||
{
|
||||
if (it->second.mQFlags & BITDHT_QFLAGS_INTERNAL)
|
||||
{
|
||||
std::cerr << "bdNodeManager::SearchForLocalNet() Existing Internal Search: ";
|
||||
#ifdef DEBUG_MGR
|
||||
std::cerr << "bdNodeManager::SearchForLocalNet() Existing Internal Search: ";
|
||||
mFns->bdPrintNodeId(std::cerr, &(it->first));
|
||||
std::cerr << std::endl;
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
numSearchQueries++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user