From 96a06f1cee9d34f0dc19f224eaf7668cfd9fa1a2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:31:06 -0600 Subject: [PATCH] Remove commented std::cout : Awake from condition, must have a stream now --- 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 70a6c76ad..7563c9b57 100644 --- a/common/eq_stream_factory.cpp +++ b/common/eq_stream_factory.cpp @@ -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; } } }