From 8bceb77422369e20455d6dc85dc3645159151f84 Mon Sep 17 00:00:00 2001 From: Nishanth T Date: Tue, 3 Nov 2020 16:07:25 +0530 Subject: [PATCH] removed comments which are not needed for this implementation --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadRequestOperation.m | 3 --- 1 file changed, 3 deletions(-) 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) {