mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
remove some extra debug that isn't needed
This commit is contained in:
parent
f5f0829216
commit
ba89c8a97a
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ uint64_t AudioInjector::injectNextFrame() {
|
||||||
_currentSendOffset = 0;
|
_currentSendOffset = 0;
|
||||||
} else {
|
} else {
|
||||||
// we weren't to loop, say that we're done now
|
// 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();
|
finish();
|
||||||
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue