removed debug statement.
This commit is contained in:
parent
9181037a6e
commit
0dc3ccb76a
@ -340,7 +340,6 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt";
|
||||
// Adds json to cache with page type key.
|
||||
[weakSelf.pageTypeCache setObject:jsonDictionary forKey:pageType];
|
||||
|
||||
NSLog(@"&&&&&PageType: %@", pageType);
|
||||
if (![self shouldPersistentlyCachePage:jsonDictionary pageType:pageType]) {
|
||||
[[PersistentCacheManager shared] removeForKey:pageType error:nil];
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user