removed debug statement.

This commit is contained in:
mayur nilwant 2024-06-11 17:01:56 -04:00
parent 9181037a6e
commit 0dc3ccb76a

View File

@ -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;