mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 801293 - Remove printf() from MediaStreamGraphImpl. r=roc
This commit is contained in:
parent
378eb8c2fa
commit
7da277fcff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user