Skip to content

Commit d9d7250

Browse files
authored
Merge pull request #718 from jpotts18/master
Improve Logging consistency by removing double bracket
2 parents 9344648 + c3b907a commit d9d7250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCallKeep/RNCallKeep.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ - (void)onAudioRouteChange:(NSNotification *)notification
150150
}
151151

152152
- (void)sendEventWithNameWrapper:(NSString *)name body:(id)body {
153-
NSLog(@"[[RNCallKeep]] sendEventWithNameWrapper: %@, hasListeners : %@", name, _hasListeners ? @"YES": @"NO");
153+
NSLog(@"[RNCallKeep] sendEventWithNameWrapper: %@, hasListeners : %@", name, _hasListeners ? @"YES": @"NO");
154154

155155
if (_hasListeners) {
156156
[self sendEventWithName:name body:body];

0 commit comments

Comments
 (0)