mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Remove debug print.
Checked there's no other occurrence. PiperOrigin-RevId: 507534909
This commit is contained in:
parent
659b107022
commit
14881f0ef0
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
@Override
|
||||
public void signalEndOfCurrentInputStream() {
|
||||
checkState(!streamOffsetUsQueue.isEmpty(), "No input stream to end.");
|
||||
android.util.Log.e("LYC", "Signal end");
|
||||
streamOffsetUsQueue.remove();
|
||||
if (streamOffsetUsQueue.isEmpty()) {
|
||||
frameProcessorListenerExecutor.execute(frameProcessorListener::onFrameProcessingEnded);
|
||||
|
|
|
|||
Loading…
Reference in a new issue