Skip to content

Commit 51edf84

Browse files
fmonsalvofabriziomoscon
authored andcommitted
changes RCTLogInfo to NSLog
1 parent e3fd2c1 commit 51edf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNTwilioVoice/RNTwilioVoice.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ - (void)provider:(CXProvider *)provider performSetMutedCallAction:(CXSetMutedCal
687687
- (void)provider:(CXProvider *)provider performPlayDTMFCallAction:(CXPlayDTMFCallAction *)action {
688688
TVOCall *call = self.activeCalls[action.callUUID.UUIDString];
689689
if (call && call.state == TVOCallStateConnected) {
690-
RCTLogInfo(@"SendDigits %@", action.digits);
690+
NSLog(@"SendDigits %@", action.digits);
691691
[call sendDigits:action.digits];
692692
}
693693
}

0 commit comments

Comments
 (0)