Skip to content

Commit 1715b45

Browse files
committed
SDK-1831 update logging
1 parent 45f1e9c commit 1715b45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

BranchSDK/BranchJsonConfig.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"];

0 commit comments

Comments
 (0)