mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6139 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
50db473329
commit
c117078566
@ -283,8 +283,6 @@ void ftController::run()
|
||||
|
||||
void ftController::searchForDirectSources()
|
||||
{
|
||||
std::cerr << "Searching for potential new direct sources" << std::endl;
|
||||
|
||||
RsStackMutex stack(ctrlMutex); /******* LOCKED ********/
|
||||
|
||||
for(std::map<std::string,ftFileControl*>::iterator it(mDownloads.begin()); it != mDownloads.end(); it++)
|
||||
|
Loading…
Reference in New Issue
Block a user