From 1a2b3b50ce69cc621f94f1b2983cf4eed4790933 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:31:05 -0600 Subject: [PATCH] Remove commented std::cout : No streams, waiting on condition --- common/eq_stream_factory.cpp | 1 - 1 file changed, 1 deletion(-) 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; }