diff --git a/common/eq_stream_factory.cpp b/common/eq_stream_factory.cpp index 97a4b8617..70a6c76ad 100644 --- a/common/eq_stream_factory.cpp +++ b/common/eq_stream_factory.cpp @@ -312,7 +312,6 @@ Timer DecayTimer(20); stream_count=Streams.size(); MStreams.unlock(); if (!stream_count) { - //std::cout << "No streams, waiting on condition" << std::endl; WriterWork.Wait(); //std::cout << "Awake from condition, must have a stream now" << std::endl; }