Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
Checked there's no other occurrence.

PiperOrigin-RevId: 507534909
  • Loading branch information
claincly authored and microkatz committed Feb 8, 2023
1 parent 659b107 commit 14881f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public void releaseOutputFrame(long releaseTimeNs) {
@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);
Expand Down

0 comments on commit 14881f0

Please sign in to comment.