Jelajahi Sumber

版本升级维护

yyqxiaoyin 5 tahun lalu
induk
melakukan
b882b84af8

+ 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;
             }