Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Sep 22, 2024
1 parent 1d14ecd commit 396235e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class MediaPlayerViewController: NSViewController {

let player = playerView.player
observation = playerView.player?.currentItem?.observe(\.status) { (item, change) in
print(item.status.rawValue)
if item.status == .readyToPlay {
player?.play()
}
Expand Down

0 comments on commit 396235e

Please sign in to comment.