Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanel-Shitrit committed Jan 28, 2024
1 parent b6f6363 commit b3e00fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ constructor(
Timber.d("Playing MediaItem: ${mediaItem?.mediaId}")
savedStateHandle["mediaItemIndex"] = player.currentMediaItemIndex
viewModelScope.launch {
Timber.d(items.toString())
try {
items.first { it.itemId.toString() == player.currentMediaItem?.mediaId }
.let { item ->
Expand Down

0 comments on commit b3e00fb

Please sign in to comment.