mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Removed debug trace
This commit is contained in:
parent
b0e75d9d78
commit
393a70252c
1 changed files with 0 additions and 1 deletions
|
|
@ -446,7 +446,6 @@ void sal_root_ca(Sal* ctx, const char* rootCa) {
|
|||
if (ctx->rootCa)
|
||||
ms_free(ctx->rootCa);
|
||||
ctx->rootCa = ms_strdup(rootCa);
|
||||
ms_error("YIPI : %s == %s\n", rootCa, ctx->rootCa);
|
||||
}
|
||||
|
||||
static int extract_received_rport(osip_message_t *msg, const char **received, int *rportval,SalTransport* transport){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue