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]) {