Remove commented std::cout : Awake from condition, must have a stream now

This commit is contained in:
Akkadius 2015-01-20 01:31:06 -06:00
parent 1a2b3b50ce
commit 96a06f1cee

View File

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