MacOverlay: Some logging cleanings.

This commit is contained in:
Klaas Freitag 2014-07-18 17:12:02 +02:00
parent 4688126f84
commit c3b6aecb79

View file

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