diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m index 40911cf..c2201b6 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m @@ -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;