From 0dc3ccb76a4db2252a4812ab1a263ab502a005b9 Mon Sep 17 00:00:00 2001 From: mayur nilwant Date: Tue, 11 Jun 2024 17:01:56 -0400 Subject: [PATCH] removed debug statement. --- MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m | 1 - 1 file changed, 1 deletion(-) 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;