1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Don't spam log dropped audio frames

Fixes #2507
This commit is contained in:
tux3 2015-11-06 20:56:00 +01:00
parent d41a578735
commit 46fa4def20
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -449,7 +449,6 @@ void Audio::playAudioBuffer(ALuint alSource, const int16_t *data, int samples, u
}
else
{
qDebug() << "Dropped frame";
return;
}