removed comments which are not needed for this implementation

This commit is contained in:
Nishanth T 2020-11-03 16:07:25 +05:30
parent e6a402a5bc
commit 8bceb77422

View File

@ -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) {