mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Remove unneeded resource path assignment
There is a fall back case after this that sets the resource path to the bundle path if not already set.
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
_resourcePath = defaultRepositoryPath;
|
||||
}
|
||||
else {
|
||||
_resourcePath = [[NSBundle bundleForClass:self.class] resourcePath];
|
||||
NSLog(@"Warning: No resource path specified and no directory exists at ~/github/atom");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user