From c3b6aecb7948d98acdfa42aa5161f52fdc595d61 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 18 Jul 2014 17:12:02 +0200 Subject: [PATCH] MacOverlay: Some logging cleanings. --- .../MacOSX/LiferayNativityFinder/ContentManager.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m b/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m index bc38730853..a6ae4b31c3 100644 --- a/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m +++ b/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m @@ -109,7 +109,7 @@ static ContentManager* sharedInstance = nil; NSString* normalizedPath = [path decomposedStringWithCanonicalMapping]; [_fileNamesCache setObject:res forKey:normalizedPath]; - NSLog(@"SET value %d", [res intValue]); + // NSLog(@"SET value %d", [res intValue]); [self repaintAllWindows]; } @@ -153,7 +153,6 @@ static ContentManager* sharedInstance = nil; - (void)clearFileNameCacheForPath:(NSString*)path { NSMutableArray *keysToDelete = [NSMutableArray array]; - NSLog(@"Clearing the cache for %@", path); if( path != nil ) { for (id p in [_fileNamesCache keyEnumerator]) {