Skip to content

Commit fcec04f

Browse files
Removed debug Log lines.
1 parent 3217e2a commit fcec04f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/ui/MainPlayerUi.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,6 @@ public void removeViewFromParent() {
234234
@Override
235235
public void destroy() {
236236
super.destroy();
237-
238-
if (DEBUG) {
239-
Log.d(TAG, "Destroyed called trhrough notification kill");
240-
}
241-
242-
243237
// Exit from fullscreen when user closes the player via notification
244238
if (isFullscreen) {
245239
toggleFullscreen();

0 commit comments

Comments
 (0)