File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ - (void)loadConfigFile
7272- (NSData *)configFileContents
7373{
7474 if (!self.configFileURL ) return nil ;
75- BNCLog ([NSString stringWithFormat: @" Loading %@ " , self .configFileURL.pathComponents.lastObject]);
75+ BNCLogDebug ([NSString stringWithFormat: @" Loading %@ " , self .configFileURL.pathComponents.lastObject]);
7676
7777 NSError *error;
7878 NSData *data = [NSData dataWithContentsOfURL: self .configFileURL options: 0 error: &error];
@@ -98,8 +98,6 @@ - (void)findConfigFile
9898 @" branch.ios" ,
9999 @" branch"
100100 ];
101-
102- NSLog ( @" Bundle path: %@ " , [[NSBundle mainBundle ] bundlePath ] );
103101
104102 [filesToCheck enumerateObjectsUsingBlock: ^(NSString * _Nonnull file, NSUInteger idx, BOOL * _Nonnull stop) {
105103 configFileURL = [mainBundle URLForResource: file withExtension: @" json" ];
You can’t perform that action at this time.
0 commit comments