Remove debug print.

Checked there's no other occurrence.

PiperOrigin-RevId: 507534909
This commit is contained in:
claincly 2023-02-06 19:24:14 +00:00 committed by microkatz
parent ca4d2be1fa
commit cccb2f07b7

View File

@ -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);