yyqxiaoyin преди 5 години
родител
ревизия
b882b84af8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.m

+ 0 - 1
MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRAVPlayer.m

@@ -258,7 +258,6 @@ NSURL * MKRUrlWithString(NSString *string){
         __weak __typeof(self)weakSelf = self;
         self.timeObserver = [self.player addPeriodicTimeObserverForInterval:CMTimeMake(0.1*30, 30) queue:dispatch_get_main_queue() usingBlock:^(CMTime time) {
             CGFloat currentT = (CGFloat)CMTimeGetSeconds(time);
-            NSLog(@"当前时间--->%f",currentT);
             if (weakSelf.currentStatus) {
                 weakSelf.currentStatus.currentDuration = currentT;
             }