Remove commented std::cout : Starting factory Writer

This commit is contained in:
Akkadius
2015-01-20 01:30:56 -06:00
parent 47b0f6ca9e
commit 4ffc09b306
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -663,7 +663,6 @@ void EQStream::Write(int eq_fd)
int32 threshold=RateThreshold;
MRate.unlock();
if (BytesWritten > threshold) {
//std::cout << "Over threshold: " << BytesWritten << " > " << threshold << std::endl;
return;
}