mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Remove unnecessary logging.
This commit is contained in:
committed by
Greyson Parrelli
parent
8be7fa8655
commit
370c2b941c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user