Эх сурвалжийг харах

Refactor

Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Milen Pivchev 1 жил өмнө
parent
commit
fb694a7634

+ 0 - 2
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

@@ -242,7 +242,6 @@ extension NCPlayer: VLCMediaPlayerDelegate {
             activityIndicator.stopAnimating()
         }
 
-        print (aNotification)
         switch player.state {
         case .stopped:
             playerToolBar?.playButtonPlay()
@@ -307,7 +306,6 @@ extension NCPlayer: VLCMediaPlayerDelegate {
     }
 
     func mediaPlayerTimeChanged(_ aNotification: Notification) {
-        print(player.position)
         activityIndicator.stopAnimating()
         playerToolBar?.update()
     }

+ 0 - 2
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -161,8 +161,6 @@ class NCPlayerToolBar: UIView {
         let position = ncplayer.player.position
         let positionInSecond = position * Float(length / 1000)
 
-        print(position)
-
         // SLIDER & TIME
         if playbackSliderEvent == .ended {
             playbackSlider.value = position