From c117078566abea39ea5b2fa55c6182df797f558e Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 23 Feb 2013 12:53:20 +0000 Subject: [PATCH] removed debug info git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6139 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/ft/ftcontroller.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libretroshare/src/ft/ftcontroller.cc b/libretroshare/src/ft/ftcontroller.cc index 94daa8032..43da51a8e 100644 --- a/libretroshare/src/ft/ftcontroller.cc +++ b/libretroshare/src/ft/ftcontroller.cc @@ -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::iterator it(mDownloads.begin()); it != mDownloads.end(); it++)