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