Digital PCT265 story MVAPCT-48 - Remove test code
This commit is contained in:
parent
f89bad1c7a
commit
c90f267599
@ -131,8 +131,6 @@
|
||||
} else {
|
||||
|
||||
// No provided load object, check the cache for data first..
|
||||
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 3 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
|
||||
|
||||
[MVMCoreLoadRequestOperation checkCacheForDataForRequest:self.requestParameters completionHandler:^(NSDictionary *pageFromCache, NSDictionary *modulesFromCache) {
|
||||
|
||||
if ([self checkAndHandleForCancellation]) {
|
||||
@ -198,7 +196,6 @@
|
||||
}];
|
||||
}
|
||||
}];
|
||||
// });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user