Remove unnecessary logging.

This commit is contained in:
Alex Hart
2022-08-02 10:20:55 -03:00
committed by Greyson Parrelli
parent 8be7fa8655
commit 370c2b941c

View File

@@ -52,12 +52,6 @@ public final class GiphyMp4VideoPlayer extends FrameLayout implements DefaultLif
this.exoView = findViewById(R.id.video_view);
}
@Override
protected void onDetachedFromWindow() {
Log.d(TAG, "onDetachedFromWindow");
super.onDetachedFromWindow();
}
@Override
protected void dispatchDraw(Canvas canvas) {
super.dispatchDraw(canvas);