mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
removed debug info in p3filelists
This commit is contained in:
parent
ee54c02101
commit
cb4dc96229
@ -210,8 +210,8 @@ int p3FileDatabase::tick()
|
||||
{
|
||||
if(online_peers.find(mRemoteDirectories[i]->peerId()) != online_peers.end())
|
||||
{
|
||||
P3FILELISTS_DEBUG() << "Launching recurs sweep of friend directory " << mRemoteDirectories[i]->peerId() << ". Content currently is:" << std::endl;
|
||||
#ifdef DEBUG_FILE_HIERARCHY
|
||||
P3FILELISTS_DEBUG() << "Launching recurs sweep of friend directory " << mRemoteDirectories[i]->peerId() << ". Content currently is:" << std::endl;
|
||||
mRemoteDirectories[i]->print();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user