File Tree: Remove useless logging, as the issue is apparently with pCloud's FUSE host
parent
06adf472e9
commit
003b30cba2
|
@ -17,8 +17,6 @@
|
||||||
#import "SmartFolderNode.h"
|
#import "SmartFolderNode.h"
|
||||||
#import "ContainerNode.h"
|
#import "ContainerNode.h"
|
||||||
|
|
||||||
#import "Logging.h"
|
|
||||||
|
|
||||||
@implementation PathNode
|
@implementation PathNode
|
||||||
|
|
||||||
//From http://developer.apple.com/documentation/Cocoa/Conceptual/LowLevelFileMgmt/Tasks/ResolvingAliases.html
|
//From http://developer.apple.com/documentation/Cocoa/Conceptual/LowLevelFileMgmt/Tasks/ResolvingAliases.html
|
||||||
|
@ -57,12 +55,7 @@ NSURL *resolveAliases(NSURL *url)
|
||||||
|
|
||||||
- (void)setURL:(NSURL *)u
|
- (void)setURL:(NSURL *)u
|
||||||
{
|
{
|
||||||
if (![[NSFileManager defaultManager] fileExistsAtPath:[u path]])
|
url = u;
|
||||||
{
|
|
||||||
ALog(@"File doesn't exist: %@", u);
|
|
||||||
}
|
|
||||||
|
|
||||||
url = u;
|
|
||||||
|
|
||||||
display = [[NSFileManager defaultManager] displayNameAtPath:[u path]];
|
display = [[NSFileManager defaultManager] displayNameAtPath:[u path]];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue