Merge pull request #6717 from birarda/collision-verbose-debug

remove extra audio injector debug
This commit is contained in:
Brad Hefta-Gaub 2015-12-21 15:26:59 -08:00
commit e527bfd645

View file

@ -289,7 +289,6 @@ uint64_t AudioInjector::injectNextFrame() {
_currentSendOffset = 0;
} else {
// we weren't to loop, say that we're done now
qDebug() << "AudioInjector::injectNextFrame has sent all data and was not asked to loop - calling finish().";
finish();
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
}