mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 01:13:40 +02:00
Merge pull request #6717 from birarda/collision-verbose-debug
remove extra audio injector debug
This commit is contained in:
commit
e527bfd645
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue