removed comments which are not needed for this implementation
This commit is contained in:
parent
e6a402a5bc
commit
8bceb77422
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user