mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented std::cout : No streams, waiting on condition
This commit is contained in:
parent
421ecf6fce
commit
1a2b3b50ce
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user