Remove debug print.
Checked there's no other occurrence. PiperOrigin-RevId: 507534909
This commit is contained in:
parent
ca4d2be1fa
commit
cccb2f07b7
@ -184,7 +184,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||||||
@Override
|
@Override
|
||||||
public void signalEndOfCurrentInputStream() {
|
public void signalEndOfCurrentInputStream() {
|
||||||
checkState(!streamOffsetUsQueue.isEmpty(), "No input stream to end.");
|
checkState(!streamOffsetUsQueue.isEmpty(), "No input stream to end.");
|
||||||
android.util.Log.e("LYC", "Signal end");
|
|
||||||
streamOffsetUsQueue.remove();
|
streamOffsetUsQueue.remove();
|
||||||
if (streamOffsetUsQueue.isEmpty()) {
|
if (streamOffsetUsQueue.isEmpty()) {
|
||||||
frameProcessorListenerExecutor.execute(frameProcessorListener::onFrameProcessingEnded);
|
frameProcessorListenerExecutor.execute(frameProcessorListener::onFrameProcessingEnded);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user