mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
MacOverlay: Some logging cleanings.
This commit is contained in:
parent
4688126f84
commit
c3b6aecb79
1 changed files with 1 additions and 2 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Reference in a new issue