Commit 14881f0e by claincly Committed by microkatz

Remove debug print.

Checked there's no other occurrence.

PiperOrigin-RevId: 507534909
parent 659b1070
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment