Skip to content

Commit 3eedf68

Browse files
committed
change uplog reporter upload logic
1 parent f33133f commit 3eedf68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

QiniuSDK/Storage/QNUploadInfoReporter.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ - (void)innerReport:(NSString *)jsonString token:(NSString *)token {
494494
[fileHandler closeFile];
495495
} @catch (NSException *exception) {
496496
NSLog(@"NSFileHandle cannot write data: %@", exception.description);
497-
} @finally {
498-
return;
499497
}
500498
}
501499

0 commit comments

Comments
 (0)