Просмотр исходного кода

Ra image

修复每次启动会弹出连接设置的bug
Ray Zhang 8 лет назад
Родитель
Сommit
00af1b1d15
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      common/upload/RAUploadOperation.m

+ 2 - 2
common/upload/RAUploadOperation.m

@@ -166,7 +166,7 @@
 //            ((UIProgressView*) block_task[@"ui_pregress"]).progress = progress;
             block_task[@"progress"]=[NSNumber numberWithFloat:progress];
 //            NSLog(@"updateUI progress %p",weakself);
-            DebugLog(@"update UI %@",weakself.updateUI);
+            DebugLog(@"update UI %@ p:%f",weakself.updateUI,progress);
             if(weakself.updateUI)
             {
 //                NSLog(@"updateUI progress CALL");
@@ -181,7 +181,7 @@
     }];
     
     //完成下载
-    DebugLog(@"operation finish %@",self);
+//    DebugLog(@"operation finish %@",self);
     
   //  [self didChangeValueForKey:@"isExecuting"];
 }