Bug 801293 - Remove printf() from MediaStreamGraphImpl. r=roc

This commit is contained in:
Randell Jesup 2012-10-13 10:46:18 -04:00
parent 378eb8c2fa
commit 7da277fcff

View File

@ -525,7 +525,6 @@ MediaStreamGraphImpl::FinishStream(MediaStream* aStream)
{
if (aStream->mFinished)
return;
printf("MediaStreamGraphImpl::FinishStream\n");
LOG(PR_LOG_DEBUG, ("MediaStream %p will finish", aStream));
aStream->mFinished = true;
// Force at least one more iteration of the control loop, since we rely