diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m index 31ae9ed..8399310 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m @@ -822,9 +822,6 @@ + (void)loadCallActions:(nonnull MVMCoreLoadObject *)loadObject { NSDictionary *actionDict = [loadObject.responseJSON dict:@"Actions"]; if (actionDict) { - //TODO needs to create operation queue based on concurrent flag - //BOOL isConcurrent = [postCallsDict boolForKey:@"concurrent"]; - //Needs further enhancements based on the flags. BOOL shouldTriggerFromCache = [actionDict boolForKey:@"shouldTriggerFromCache"]; //Check if page is not from cache if (!loadObject.pageDataFromCache || shouldTriggerFromCache) {