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:
csoler 2013-02-23 12:53:20 +00:00
parent 50db473329
commit c117078566

View File

@ -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++)