Skip to content

Commit

Permalink
Remove unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lhc70000 committed Nov 19, 2020
1 parent 80a8d26 commit 85b4e24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iina/PlayerCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,6 @@ class NowPlayingInfoManager {
info[MPMediaItemPropertyMediaType] = MPNowPlayingInfoMediaType.video.rawValue
info[MPMediaItemPropertyTitle] = activePlayer.getMediaTitle(withExtension: false)
}
print("### write title")
}

let duration = PlayerCore.lastActive.info.videoDuration?.second ?? 0
Expand All @@ -1750,7 +1749,6 @@ class NowPlayingInfoManager {
info[MPNowPlayingInfoPropertyDefaultPlaybackRate] = 1

center.nowPlayingInfo = info
NSLog("%@", "### update")
}

static func updateState(_ state: MPNowPlayingPlaybackState) {
Expand Down

0 comments on commit 85b4e24

Please sign in to comment.