Skip to content

Commit

Permalink
Remove cout debugging statement.
Browse files Browse the repository at this point in the history
Refs #9671
  • Loading branch information
martyngigg committed Aug 18, 2014
1 parent feeab9b commit f7b231e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -215,7 +215,6 @@ namespace Mantid
auto prog = boost::make_shared<Progress>(this,0.0,1.0,100);
prog->setNotifyStep(0);
prog->report(0,"Waiting for client");
std::cout<<"FakeISISEventDAE "<<port<<std::endl;
Mutex::ScopedLock lock(m_mutex);
Poco::Net::ServerSocket socket(static_cast<Poco::UInt16>(port));
socket.listen();
Expand Down

0 comments on commit f7b231e

Please sign in to comment.