Skip to content

Commit

Permalink
Remove nasty log "coucou"
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ authored and MGaetan89 committed Jun 12, 2024
1 parent f0483ec commit 0870b3d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
package ch.srgssr.pillarbox.player.tracker

import android.util.Log
import androidx.media3.common.MediaItem
import androidx.media3.common.Player
import androidx.media3.common.Player.DiscontinuityReason
Expand Down Expand Up @@ -169,7 +168,6 @@ private class ChapterCreditsTracker<T : TimeRange>(
}

override fun clear() {
Log.d("Coucou", "Chapter cleared")
currentTimeRange = null
}

Expand Down

0 comments on commit 0870b3d

Please sign in to comment.