Remove commented std::cout : No streams, waiting on condition

This commit is contained in:
Akkadius 2015-01-20 01:31:05 -06:00
parent 421ecf6fce
commit 1a2b3b50ce

View File

@ -312,7 +312,6 @@ Timer DecayTimer(20);
stream_count=Streams.size(); stream_count=Streams.size();
MStreams.unlock(); MStreams.unlock();
if (!stream_count) { if (!stream_count) {
//std::cout << "No streams, waiting on condition" << std::endl;
WriterWork.Wait(); WriterWork.Wait();
//std::cout << "Awake from condition, must have a stream now" << std::endl; //std::cout << "Awake from condition, must have a stream now" << std::endl;
} }