Removed debug trace

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-07-22 12:22:55 +02:00
parent b0e75d9d78
commit 393a70252c

View file

@ -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){