From 8ab96097249ce8906cc5129f6d44f867057956f1 Mon Sep 17 00:00:00 2001 From: Kyle Matthew Hedden Date: Wed, 15 Mar 2023 13:28:29 -0400 Subject: [PATCH] code review. remove silentError hard set. --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m index 72659e2..ee714c3 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m @@ -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];