code review. remove silentError hard set.
This commit is contained in:
parent
a07807e693
commit
8ab9609724
@ -540,7 +540,6 @@
|
||||
loadObject.operation.errorForAlertToShow = nil;
|
||||
[loadObject.operation main];
|
||||
} else {
|
||||
error.silentError = YES;
|
||||
[MVMCoreLoggingHandler addErrorToLog:error];
|
||||
// Otherwise the request is finished.
|
||||
[MVMCoreLoadRequestOperation loadFinished:loadObject loadedViewController:nil errorObject:error];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user