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:
Kevin Sawicki
2013-04-29 17:58:41 -07:00
parent 598cdea22a
commit 0ce67b307c

View File

@@ -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");
}
}