Digital PCT265 story MVAPCT-48 - Remove test code

This commit is contained in:
Scott Pfeil 2024-03-27 11:03:27 -04:00
parent f89bad1c7a
commit c90f267599

View File

@ -131,8 +131,6 @@
} else { } else {
// No provided load object, check the cache for data first.. // 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) { [MVMCoreLoadRequestOperation checkCacheForDataForRequest:self.requestParameters completionHandler:^(NSDictionary *pageFromCache, NSDictionary *modulesFromCache) {
if ([self checkAndHandleForCancellation]) { if ([self checkAndHandleForCancellation]) {
@ -198,7 +196,6 @@
}]; }];
} }
}]; }];
// });
} }
} }