Skip to content

Commit c3b907a

Browse files
authored
Make logging consistent by removing double bracket
1 parent 9344648 commit c3b907a

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)